How to enable JMX with authentication


/ Published in: Java
Save to your folder(s)

This will enable jmx in port 5555 with authentication enabled. In windows systems you may get an exception related to file access permissions. To solve this exceptions use the command `cacls jmx.password /P :R` and `cacls jmx.access /P :R`. Ref: http://www.wowzamedia.com/forums/showthread.php?145-Receive-quot-Password-file-read-access-must-be-restricted-quot-error-on-Windows-(solution)

URL: https://wiki.internet2.edu/confluence/display/CPD/Monitoring+Tomcat+with+JMX

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.