Skip to content

Commit

Permalink
[AMQ-8546] Move jolokia-access.xml into ActiveMQ conf folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Apr 22, 2022
1 parent 1aa3031 commit c56907a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assembly/src/release/webapps/api/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c56907a

Please sign in to comment.