diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-04-11 15:47:30 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-04-11 15:47:30 +0000 |
| commit | a4abb99a27c206ce1c1d597c19083320bb2922a1 (patch) | |
| tree | 1367791685b9ca57c885d8cc7fa1e64657f32d8a /java | |
| parent | 5dda687979d27b3cab54f457f5cc551beef889cc (diff) | |
| download | qpid-python-a4abb99a27c206ce1c1d597c19083320bb2922a1.tar.gz | |
QPID-446 Update to contain jmx config settings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@527537 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/broker/etc/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml index 399ae9202c..c66c2f632e 100644 --- a/java/broker/etc/config.xml +++ b/java/broker/etc/config.xml @@ -81,6 +81,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> |
