You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2012/09/10 16:55:19 UTC

svn commit: r1382915 - /qpid/trunk/qpid/java/broker/etc/config.xml

Author: robbie
Date: Mon Sep 10 14:55:18 2012
New Revision: 1382915

URL: http://svn.apache.org/viewvc?rev=1382915&view=rev
Log:
NO-JIRA: add default config for http management

Modified:
    qpid/trunk/qpid/java/broker/etc/config.xml

Modified: qpid/trunk/qpid/java/broker/etc/config.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/etc/config.xml?rev=1382915&r1=1382914&r2=1382915&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/etc/config.xml (original)
+++ qpid/trunk/qpid/java/broker/etc/config.xml Mon Sep 10 14:55:18 2012
@@ -42,6 +42,7 @@
         <socketReceiveBuffer>262144</socketReceiveBuffer>
         <socketSendBuffer>262144</socketSendBuffer>
     </connector>
+
     <management>
         <enabled>true</enabled>
         <jmxport>
@@ -57,10 +58,14 @@
             <keyStorePath>${conf}/qpid.keystore</keyStorePath>
             <keyStorePassword>password</keyStorePassword>
         </ssl>
+        <http>
+            <enabled>true</enabled>
+        </http>
         <https>
             <enabled>false</enabled>
         </https>
     </management>
+
     <advanced>
         <framesize>65535</framesize>
         <locale>en_US</locale>	



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org