Description
Currently, Jolokia's configuration file is webapps/api/WEB-INF/classes/jolokia-access.xml.
As documented in https://activemq.apache.org/rest, in order to configure Jolokia access, one has to change webapps/api/WEB-INF/classes/jolokia-access.xml or webapps/api/WEB-INF/web.xml.
It would be much better to move this configuration file to the conf directory and have by default a webapps/api/WEB-INF/web.xml file pointing to it.
This would be very similar to what is done with credentials.properties which is defined in webapps/admin/WEB-INF/webconsole-embedded.xml.