From: Mathieu Baudier Date: Thu, 15 Oct 2015 17:05:12 +0000 (+0000) Subject: Add Jetty autostart false X-Git-Tag: argeo-commons-2.1.30~83 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=831fd907fdc595e64c7835534c1ca625cd9d914b;p=lgpl%2Fargeo-commons.git Add Jetty autostart false git-svn-id: https://svn.argeo.org/commons/trunk@8494 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/demo/argeo_node_cms.properties b/demo/argeo_node_cms.properties index 4d336710d..899bb1201 100644 --- a/demo/argeo_node_cms.properties +++ b/demo/argeo_node_cms.properties @@ -19,7 +19,7 @@ argeo.osgi.start.5.cms=\ org.argeo.cms.demo org.osgi.service.http.port=7070 -org.osgi.service.http.port.secure=7073 +#org.osgi.service.http.port.secure=7073 org.eclipse.equinox.http.jetty.log.stderr.threshold=info org.osgi.framework.security=osgi @@ -30,4 +30,7 @@ argeo.i18n.locales=en,fr eclipse.registry.MultiLanguage=true log4j.configuration=file:../../log4j.properties -org.eclipse.rap.workbenchAutostart=false \ No newline at end of file + +# DON'T CHANGE BELOW +org.eclipse.rap.workbenchAutostart=false +org.eclipse.equinox.http.jetty.autostart=false