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/12 17:11:17 UTC

svn commit: r527972 - in /incubator/qpid/branches/M2/java/broker/etc: persistent_config.xml transient_config.xml

Author: ritchiem
Date: Thu Apr 12 08:11:16 2007
New Revision: 527972

URL: http://svn.apache.org/viewvc?view=rev&rev=527972
Log:
QPID-446
Updated sample configs to contain jmx security options.

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

Modified: incubator/qpid/branches/M2/java/broker/etc/persistent_config.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/etc/persistent_config.xml?view=diff&rev=527972&r1=527971&r2=527972
==============================================================================
--- incubator/qpid/branches/M2/java/broker/etc/persistent_config.xml (original)
+++ incubator/qpid/branches/M2/java/broker/etc/persistent_config.xml Thu Apr 12 08:11:16 2007
@@ -64,6 +64,10 @@
         <access>
             <class>org.apache.qpid.server.security.access.AllowAll</class>
         </access>
+        <jmx>
+            <access>${conf}/jmxremote.access</access>
+            <principal-database>passwordfile</principal-database>
+        </jmx>
     </security>
 
     <virtualhosts>

Modified: incubator/qpid/branches/M2/java/broker/etc/transient_config.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/etc/transient_config.xml?view=diff&rev=527972&r1=527971&r2=527972
==============================================================================
--- incubator/qpid/branches/M2/java/broker/etc/transient_config.xml (original)
+++ incubator/qpid/branches/M2/java/broker/etc/transient_config.xml Thu Apr 12 08:11:16 2007
@@ -63,6 +63,10 @@
         <access>
             <class>org.apache.qpid.server.security.access.AllowAll</class>
         </access>
+        <jmx>
+            <access>${conf}/jmxremote.access</access>
+            <principal-database>passwordfile</principal-database>
+        </jmx>
     </security>
 
     <virtualhosts>