From 853a88203914d8f6995c1ae0f753270b3d9e4491 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 25 Feb 2015 18:55:52 +0000 Subject: [PATCH] Disable httpd by default git-svn-id: https://svn.argeo.org/commons/trunk@7960 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- demo/argeo_node_rap.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.30.2