tags:

views:

17

answers:

0

Does anybody knows how to get standard connection to geronimo using jconsole.

I mean not https://cwiki.apache.org/GMOxDEV/apache-geronimo-with-a-monitor-component-jmx-and-jconsole.html, but whole JVM management with thread pool, memory usage, cpu usage like that screenshots http://java.sun.com/javase/6/docs/technotes/guides/management/jconsole.html

FYI: defining java opts

-Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.host=192.168.10.77 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false 

Doesn't help. Thanks