Have you managed to edit config file ? I mean, if you will run netstat -tulpn you'll find there open port with nr. 12345 ? Have you managed to add new host with JMX port ?
vim/nano /etc/tomcat/tomcat.conf
JAVA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=12345 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"
vim/nano /etc/tomcat/tomcat.conf
JAVA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=12345 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"
Comment