Testing JMX Connectivity with JConsole
JConsole is a JMX utility that is bundled with the Java JDK edition.
Locate and run jconsole from you JDK bin directory. You should be prompted for a URL, username and password. Assuming you have a local user called “admin” with password “password” and role of “admin”, you should be able to connect to the Lamaxu successfully.
As shown in the screenshot on the left, the information is displayed under the MBeans tab.
A successful connection via jconsole means you can now proceed to connecting your enterprise monitoring solution using the same parameters.
SSL Secured Communications
A Lamaxu process secured by SSL can be accessed by specifying an appropriately configured JKS trust store.
The command below can be specified on the jconsole command line:
jconsole –J -Djavax.net.ssl.trustStore=/app/LAMAXU/keystore.jks -J-Djavax.net.ssl.trustStorePassword=password