diff options
author | Martin Ritchie <ritchiem@apache.org> | 2007-04-12 15:11:16 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2007-04-12 15:11:16 +0000 |
commit | 2566ed51302cfcec848bf50c9fb371dc1ad09fd1 (patch) | |
tree | 82e11654d47b77e03bb7f14b11624a23c59a8e96 | |
parent | 03a3e95b58d912d5e5772def4186a2722558137a (diff) | |
download | qpid-python-2566ed51302cfcec848bf50c9fb371dc1ad09fd1.tar.gz |
QPID-446
Updated sample configs to contain jmx security options.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@527972 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/broker/etc/persistent_config.xml | 4 | ||||
-rw-r--r-- | java/broker/etc/transient_config.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/java/broker/etc/persistent_config.xml b/java/broker/etc/persistent_config.xml index ff9ec74774..178a73515c 100644 --- a/java/broker/etc/persistent_config.xml +++ b/java/broker/etc/persistent_config.xml @@ -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> diff --git a/java/broker/etc/transient_config.xml b/java/broker/etc/transient_config.xml index b1006e3949..164d66cd1b 100644 --- a/java/broker/etc/transient_config.xml +++ b/java/broker/etc/transient_config.xml @@ -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> |