How to secure the JMX console

The JMX console is a systems management feature of the underlying JBOSS application server that we ship with. By default the product ships with this URL secured by the “admin”, “admin” password.

In production environments this URL should be secured. Below is a link to the JBOSS instructions for securing it.

https://community.jboss.org/wiki/SecureTheJmxConsole

When applying to a Percussion installation, substitue the “PROFILE” portion of the path with “rx”. For example:

If in the JBOSS doc it uses:

server/PROFILE/deploy/jmx-console.war/WEB-INF

replace with

<install dir>/AppServer/server/rx/deploy/jmx-console.war/WEB-INF