mirror of https://github.com/apache/activemq.git
Merge pull request #832 from jbonofre/AMQ-8546
[AMQ-8546] Move jolokia-access.xml into ActiveMQ conf folder
This commit is contained in:
commit
59dfbc3302
|
@ -53,6 +53,10 @@
|
|||
<param-value>Apache ActiveMQ</param-value>
|
||||
</init-param>
|
||||
-->
|
||||
<init-param>
|
||||
<param-name>policyLocation</param-name>
|
||||
<param-value>file:${prop:activemq.conf}/jolokia-access.xml</param-value>
|
||||
</init-param>
|
||||
<!-- turn off returning exceptions and stacktraces from jolokia -->
|
||||
<init-param>
|
||||
<param-name>allowErrorDetails</param-name>
|
||||
|
|
Loading…
Reference in New Issue