user710818
user710818

Reputation: 24248

Java mbean application

I use jconsole to execute methods of an mbean in a tomcat container. When the quantity of beans is more than 100 it seems to be difficult to find a bean - particularly when the bean is deep in the hierarchy. Does another tool exist for that?

Upvotes: 0

Views: 205

Answers (1)

Stanley Shyiko
Stanley Shyiko

Reputation: 581

I wouldn't look for another GUI tool if I were you. Some Groovy+JMX scripts would save you both time and energy. But if you still want GUI - try eclipse-jmx.

Upvotes: 2

Related Questions