To enable the PMM to monitor Tomcat 6.x or 7.x Using JMX, you need to configure the Tomcat application server. .

Server-side configuration

In the server's execution script (for example, \bin\catalina.bat), add the following rows:

set CATALINA_OPTS=%CATALINA_OPTS% -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=<port> -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=<hostname>