Allowed Jolokia to use HttpService 25/10925/1
authorMathieu Lemay <mlemay@inocybe.com>
Mon, 8 Sep 2014 22:37:28 +0000 (18:37 -0400)
committerMathieu Lemay <mlemay@inocybe.com>
Mon, 8 Sep 2014 22:37:28 +0000 (18:37 -0400)
Removed the flag in custom.properties that was preventing Jolokia
from registering to the HttpService. This was ported from previous
distribution but should not be used in karaf-based distros.

Change-Id: I54d143abe9ae6378683b22d83110814b13225fa2
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
opendaylight/distribution/opendaylight-karaf-resources/src/main/resources/etc/custom.properties

index 8a2aa59dfe59d2e9fb9ec9f0ab27abb6f89df11e..e0e2759b370e00d68602a647b1258d5fa6e0aeb5 100644 (file)
@@ -119,7 +119,7 @@ controllerTrustStorePassword=
 enableStrongPasswordCheck = false
 
 #Jolokia configurations
-org.jolokia.listenForHttpService=false
+#org.jolokia.listenForHttpService=false
 
 # Logging configuration for Tomcat-JUL logging
 java.util.logging.config.file=configuration/tomcat-logging.properties