Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Excerpt

Starting with Geronimo 2.1.2, Geronimo has a secure JMX server embedded. However, the JMX server is not started by default.

To start the secure JMX server, start the org.apache.geronimo.framework/jmx-security//car module using the Admin Console or the deployer tool. For example:

...

The deployer tool, the GShell deployer commands, and other command line tools can be configured to use the secure JMX server. Please see Tools and commands for more information.

Disable

...

insecure JMX server

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 entiresentry:

  • <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

...