ManageEngine® Applications Manager


Chapter 5.20 Java Runtime Monitor

<< Prev

Home

Next >>

 

Java Runtime Monitor


Java Runtime Monitor provides out-of-the-box remote monitoring and management on the Java platform and of applications that run on it.

 

PreRequisite: To monitor JDK1.5 JVM and above, the following java runtime options need to be added to your application start up file.

-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false

Note : Port number "1099" can be replaced with the actual port number of the JMX agent.
Also Note: Support is available for JRE1.5 and above

Example: To enable Java Runtime Monitor in JBoss do the following

Edit the run.sh/bat under JBoss home/bin. Append the following command to JAVA_OPTS

JAVA_OPTS =-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false %JAVA_OPTS%

To enable Java Runtime Monitor in Tomcat do the following

Edit the run.sh/bat under Tomcat home/bin. Append the following command to JAVA_OPTS

JAVA_OPTS =-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false %JAVA_OPTS%


Follow the steps given below to create a Java Runtime Monitor:

See Also

 

Monitor Information - Java Runtime Monitor | Create Other New Monitors

 

<< Prev

Home

Next >>

Web Transaction Monitor

Performance Metrics