Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: non-secure -> insecure

...

Disable non-secure JMX server

The non-secure 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 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 insecure JMX server to be running. If you need the clustering support, the non-secure insecure JMX server cannot be disabled.