Disable httpd by default
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Feb 2015 18:55:52 +0000 (18:55 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Feb 2015 18:55:52 +0000 (18:55 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7960 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/argeo_node_rap.properties

index 59267f45e3d6a3e27334144cc421f4932885382e..c042637e3d238ba2cbe9903c399fd9b2235049b6 100644 (file)
@@ -19,11 +19,11 @@ org.osgi.service.http.port=7070
 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
 
 # HTTPS
-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.password=changeit
-org.eclipse.equinox.http.jetty.ssl.wantclientauth=true
+#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.password=changeit
+#org.eclipse.equinox.http.jetty.ssl.wantclientauth=true
 
 # In order to configure demo certificates, run:
 # cd ssl; sh ./ssl.sh;