Versions Compared

Key

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

...

The secure JMX server will be running on port 9998.

The deployer tool and , 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 non-secure JMX server

The non-secure 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 entires:

  1. <gbean name="JMXService">
  2. <module name="org.apache.geronimo.configs/clustering/2.1/car">

    Note

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