Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. <gbean name="JMXService">
  2. <module name="org.apache.geronimo.configs/clustering/2.1/car">
  3. <module name="org.apache.geronimo.configs/tomcat6-clustering-builder-wadi//car">

    Note

    Adding load="false" attribute to the second entry will disable the clustering support in Geronimo. Right now, the clustering support requires the insecure JMX server to be running. If you need the clustering support, the insecure JMX server cannot be disabled.

Work with JConsole

JConsole is a Java Management eXtension (JMX) compliant GUI tool that can be used to connect to a running Geronimo server instance other than using the Admin Console. In JConsole, you will be able to monitor the JVM memory usage, threads stack trace, loaded classes and VM information as well as Geronimo MBeans.

Because the secure JMX server is not stated by default, user can connect to a local Geronimo instance quite easily. Input the Remote Process information on Jconsole panel as service:jmx:rmi:///jndi/rmi://localhost:1099/JMXConnector, system, manager as Username and Password, click Connect.