Add Jetty autostart false
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 15 Oct 2015 17:05:12 +0000 (17:05 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 15 Oct 2015 17:05:12 +0000 (17:05 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8494 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/argeo_node_cms.properties

index 4d336710dad35822b22c417aac8aba79b973212d..899bb120190a77acc6fc04c441629123d68ccef0 100644 (file)
@@ -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