I've tried to do an override on alfresco.jmx.dir in order to put password files out of tomcat/webapps/alfresco that gets overwritten whenever you have to deploy something new
So I have tried, in JAVA_OPTS with
-Dalfresco.jmx.dir=/opt/alfresco/tomcat/shared/classes
and in alfresco-global.properties with
alfresco.jmx.dir=/opt/alfresco/tomcat/shared/classes
None of the options above seem to pick up the changes. Still points to the default in /opt/alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco
I've tried this with 3.4.a.
Is there another way of doing this?
I think this is important to resolve, probably to many instances out there running with default password for jmx.