From: Mathieu Baudier Date: Tue, 7 Jul 2020 07:47:40 +0000 (+0200) Subject: Update local demo configuration. X-Git-Tag: argeo-commons-2.1.89~114 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=e0b7e2c49a923692509184c9eb314ac5076c0d52 Update local demo configuration. --- diff --git a/demo/argeo_node_local.properties b/demo/argeo_node_local.properties deleted file mode 100644 index 827375433..000000000 --- a/demo/argeo_node_local.properties +++ /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 index 000000000..e8ae49457 --- /dev/null +++ b/demo/cms-local.properties @@ -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