admin submitted a new resource:
Configure Jconsole for Remote Access on Tomcat - Monitor tomcat using jconsole tool
Read more about this resource...
Configure Jconsole for Remote Access on Tomcat - Monitor tomcat using jconsole tool
In
this guide we will demonstrate how to remotely monitor tomcat jvm via a remote jmx connection with Jconsole.
View attachment 132
For enabling remote monitoring follow below steps:
- Enable JMX port on remote tomcat.
- Open Jconsole and connect
We will cover both of the above steps in detail in the following section.
Enabling JMX Port on tomcat running on linux servers
Create a setenv.sh(if not exists) file in tomcat bin folder, and put the...
Read more about this resource...