AdventNet ManageEngine® Applications Manager

<< Prev

Chapter 5.16 Java Runtime Monitor

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 a JDK1.5 JVM and above, the following java runtime options needs to be added to your application

-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

 
Performance Management Solutions [ Application Management | Load Testing | Website Monitoring Service]
Copyright © 2008, AdventNet Inc. All Rights Reserved. | Product Website: www.appmanager.com