Accessing the JMX Console

You can use the JMX console to view all registered services that are active in the application server and that can be accessed either through the JMX console or programmatically from Java code.

The JMX console is accessible from localhost only. To access the JMX console, go to the following URL:

http://<Server>:<Port>/itg/admin/jmx/

Caution: Do not omit the forward slash after jmx, otherwise, the URL does not work.

No user name or password is required. As long as you have the privilege to access the Administration Console, you can access the JMX console.