Tuesday 6 November 2012

Java Applications Monitoring and Instrumentation using JMX

Finally was successfully able to integrate the HTTP web interface for JMX caled JMiniX ( http://code.google.com/p/jminix/wiki/Documentation ).

To download the dependency jars:

  • Download the pom.xml of the project JMiniX
  • Run maven command "mvn compile pom.xml", this downloads the dependency jars to the .m2 maven folder in your user profile folder.
  • Copy these jars to your project's lib.

Important Note: In the web.xml you must specify the url pattern as "<url-pattern>/jmx/*</url-pattern>" otherwise JMiniX doesn't seem to work.

Reading: http://www.ibm.com/developerworks/java/library/j-jtp09196/index.html

http://www.mularien.com/blog/2007/11/09/5-minute-guide-to-spring-and-jmx/
http://today.java.net/pub/a/today/2005/12/20/introduction-to-jmxremote.html

No comments:

Post a Comment