You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/04/24 12:24:52 UTC

svn commit: r531865 - /incubator/qpid/branches/M2/java/broker/etc/config.xml

Author: ritchiem
Date: Tue Apr 24 03:24:51 2007
New Revision: 531865

URL: http://svn.apache.org/viewvc?view=rev&rev=531865
Log:
Defaulted the use of management.security-enabled security to false. As this requires the jmxremote.jar from sun which is not Apache license friendly.

Modified:
    incubator/qpid/branches/M2/java/broker/etc/config.xml

Modified: incubator/qpid/branches/M2/java/broker/etc/config.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/etc/config.xml?view=diff&rev=531865&r1=531864&r2=531865
==============================================================================
--- incubator/qpid/branches/M2/java/broker/etc/config.xml (original)
+++ incubator/qpid/branches/M2/java/broker/etc/config.xml Tue Apr 24 03:24:51 2007
@@ -42,7 +42,7 @@
     <management>
         <enabled>true</enabled>
         <jmxport>8999</jmxport>
-        <security-enabled>true</security-enabled>
+        <security-enabled>false</security-enabled>
     </management>
     <advanced>
         <filterchain enableExecutorPool="true"/>