Versions Compared

Key

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

...

The insecure JMX server can be turned off by modifying the <geronimo_home>/var/config/config.xml configuration file. Edit the <geronimo_home>/var/config/config.xml configuration file and add load="false" attribute to the following entry:

  • <gbean name="JMXService">

    Note

    Clustering support requires the insecure JMX server to be running. If you need the clustering support, the insecure JMX server cannot be disabled.

Connect the Geronimo with JConsole

...