From: Mathieu Lemay Date: Mon, 8 Sep 2014 22:37:28 +0000 (-0400) Subject: Allowed Jolokia to use HttpService X-Git-Tag: release/helium~117^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=20bf395d135bdca5e5b24b5086b5ba42700ccbad Allowed Jolokia to use HttpService 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 --- diff --git a/opendaylight/distribution/opendaylight-karaf-resources/src/main/resources/etc/custom.properties b/opendaylight/distribution/opendaylight-karaf-resources/src/main/resources/etc/custom.properties index 8a2aa59dfe..e0e2759b37 100644 --- a/opendaylight/distribution/opendaylight-karaf-resources/src/main/resources/etc/custom.properties +++ b/opendaylight/distribution/opendaylight-karaf-resources/src/main/resources/etc/custom.properties @@ -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