diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-04-24 10:24:51 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-04-24 10:24:51 +0000 |
| commit | 6159140962ed543117994f8a6ec97ad9541332a9 (patch) | |
| tree | 1b6b1c2be0725c7bcf85866ff5cc5f131d79ffd8 /java | |
| parent | 448c15170f1b46142a5e66c20c83a9bea216a845 (diff) | |
| download | qpid-python-6159140962ed543117994f8a6ec97ad9541332a9.tar.gz | |
Defaulted the use of management.security-enabled security to false. As this requires the jmxremote.jar from sun which is not Apache license friendly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531865 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/broker/etc/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml index c66c2f632e..b5b81bbeb0 100644 --- a/java/broker/etc/config.xml +++ b/java/broker/etc/config.xml @@ -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"/> |
