From: Mathieu Baudier Date: Wed, 25 Feb 2015 18:55:52 +0000 (+0000) Subject: Disable httpd by default X-Git-Tag: argeo-commons-2.1.30~319 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=853a88203914d8f6995c1ae0f753270b3d9e4491;p=lgpl%2Fargeo-commons.git Disable httpd by default git-svn-id: https://svn.argeo.org/commons/trunk@7960 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/demo/argeo_node_rap.properties b/demo/argeo_node_rap.properties index 59267f45e..c042637e3 100644 --- a/demo/argeo_node_rap.properties +++ b/demo/argeo_node_rap.properties @@ -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;