Thursday, December 20, 2012

First time with JavaMelody

I was asked to look into JavaMelody as a tool for monitoring our web application.  This couldn't be easier. 
  • Go to http://code.google.com/p/javamelody/wiki/UserGuide
  • Follow links to download javamelody-1.42.0.jar and jrobin-1.5.9.jar
  • Copy jars to the WEB-INF/lib folder (I did this in Eclipse)
  • Restart server
  • Monitoring available at http://your.apps.url/YourAppContext/monitoring
That's all there was to it.  It can get more sophisticated if you want -- see Users Guide -- but you don't have to.

No comments:

Post a Comment