0

Is it possible to monitor more than one tomcat server using psi-probe?

If not, is there any other open source tool for doing so?

We deployed our web application in 6 different tomcat severs. We are using a VIP as load balancer. Basically I want to monitor all these web app instance's sessions using one single probe.

John Solomon
  • 119
  • 1
  • 3
  • 17

1 Answers1

1

Yes, try using the javamelody open source project. It has a web app that collect all differents instances and gives a web app console to manage.

http://code.google.com/p/javamelody/

gpalli
  • 11
  • 2