tags:

views:

128

answers:

1

Hi. I have a couple of Tomcat and Glassfish servers.

And i want to manage them over JMX. "Use JConsole" - you could say, but this is wrong way because i'm writing Hudson plugin.

I need starting point. I need something like JConsole to integrate in my app and then invoke it when needed or... i just want to manage my app remotely via JMX.

+1  A: 

Here are the starting points for JMX:

Andreas_D