Update local demo configuration.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 7 Jul 2020 07:47:40 +0000 (09:47 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 7 Jul 2020 07:47:40 +0000 (09:47 +0200)
demo/argeo_node_local.properties [deleted file]
demo/cms-local.properties [new file with mode: 0644]

diff --git a/demo/argeo_node_local.properties b/demo/argeo_node_local.properties
deleted file mode 100644 (file)
index 8273754..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-argeo.osgi.start.2.node=\
-org.eclipse.equinox.http.servlet,\
-org.eclipse.equinox.http.jetty,\
-org.eclipse.equinox.metatype,\
-org.eclipse.equinox.cm,\
-org.eclipse.rap.rwt.osgi
-
-argeo.osgi.start.3.node=\
-org.argeo.cms
-
-argeo.osgi.start.4.apps=\
-org.eclipse.gemini.blueprint.extender
-
-argeo.osgi.start.4.workbench=\
-org.eclipse.equinox.http.registry,\
-
-java.security.manager=
-java.security.policy=file:../../all.policy
-
-argeo.node.repo.type=h2
-
-argeo.node.useradmin.uris=os:///
-
-# HTTP
-org.osgi.service.http.port=7070
-
-# Logging
-log4j.configuration=file:../../log4j.properties
-
-# DON'T CHANGE BELOW
-org.eclipse.rap.workbenchAutostart=false
-org.eclipse.equinox.http.jetty.autostart=false
-org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
-com.sun.jndi.ldap.sasl,\
-com.sun.security.jgss,\
-com.sun.jndi.dns,\
-com.sun.nio.file,\
-com.sun.nio.sctp
diff --git a/demo/cms-local.properties b/demo/cms-local.properties
new file mode 100644 (file)
index 0000000..e8ae494
--- /dev/null
@@ -0,0 +1,29 @@
+argeo.osgi.start.2.node=\
+org.eclipse.equinox.http.servlet,\
+org.eclipse.equinox.metatype,\
+org.eclipse.equinox.cm,\
+org.eclipse.equinox.ds,\
+org.eclipse.rap.rwt.osgi
+
+argeo.osgi.start.3.node=\
+org.argeo.cms
+
+argeo.osgi.start.5.node=\
+org.argeo.cms.e4.rap
+
+# Local
+argeo.node.repo.type=h2
+org.osgi.service.http.port=7070
+argeo.node.useradmin.uris=os:///
+
+# Logging
+log4j.configuration=file:../../log4j.properties
+
+# DON'T CHANGE BELOW
+org.eclipse.equinox.http.jetty.autostart=false
+org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
+com.sun.jndi.ldap.sasl,\
+com.sun.security.jgss,\
+com.sun.jndi.dns,\
+com.sun.nio.file,\
+com.sun.nio.sctp