Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Notes on configuring JMX remote

1. If we don't need authorization, just add the following to CATALINA_OPTS:

...

  • add the following line to jmxremote.password

Wiki Markup          monitorRole \[passwd\]           controlRole \[passwd\          monitorRole [passwd]
          controlRole [passwd]

  • the jmxremote.password file should only be readable and writable by owner (owner should be the same that runs the web server process).

...