Improve login and HTTPS config.
[lgpl/argeo-commons.git] / demo / argeo_node_rap.properties
index c7f0d77e16899a8f2d080b85e79f0deba06e7485..6ca4735ec05374e535dd66f6e0d7ec7a3ce7dc37 100644 (file)
@@ -1,10 +1,10 @@
 argeo.osgi.start.2.node=\
-org.argeo.cms
-
-argeo.osgi.start.3.http=\
 org.eclipse.equinox.http.servlet,\
 org.eclipse.equinox.http.jetty
 
+argeo.osgi.start.3.node=\
+org.argeo.cms
+
 argeo.osgi.start.4.apps=\
 org.eclipse.rap.rwt.osgi,\
 org.eclipse.gemini.blueprint.extender
@@ -28,12 +28,14 @@ java.security.policy=file:../../all.policy
 
 # HTTP
 org.osgi.service.http.port=7070
-org.eclipse.equinox.http.jetty.log.stderr.threshold=info
+#org.eclipse.equinox.http.jetty.log.stderr.threshold=info
 
 # HTTPS
-#org.osgi.service.http.port.secure=7073
+org.osgi.service.http.port.secure=7073
 #org.eclipse.equinox.http.jetty.https.enabled=true
 #org.eclipse.equinox.http.jetty.ssl.keystore=../../ssl/server.jks
+#org.eclipse.equinox.http.jetty.ssl.keystore=data/node.p12
+#org.eclipse.equinox.http.jetty.ssl.keystoretype=PKCS12
 #org.eclipse.equinox.http.jetty.ssl.password=changeit
 #org.eclipse.equinox.http.jetty.ssl.wantclientauth=true
 
@@ -61,4 +63,5 @@ log4j.configuration=file:../../log4j.properties
 #argeo.node.repo.maxVolatileIndexSize=1048576
 
 # DON'T CHANGE BELOW
-org.eclipse.rap.workbenchAutostart=false
\ No newline at end of file
+org.eclipse.rap.workbenchAutostart=false
+org.eclipse.equinox.http.jetty.autostart=false
\ No newline at end of file