To use
JConsole for monitoringFor JConsole to work with Enterpise Server, security has to be
disabled
for the JMX connector.
Use the Admin Console to disable security for the JMX Connector. To do this from the Admin Console,
Expand the Node Agent.
Select the Node Agent.
Deselect SSL3 and TLS in JMX tab.
Select Save.
Use asadmin to disable security for the JMX Connector. To do this from a terminal window or command prompt,
Enter this command:
asadmin set server.admin-service.jmx-connector.system.security-enabled=false |
Restart the DAS.
Start JConsole and enter the JMX URL, user name, and password on the Advanced tab for logging in. The JMX URL is of the form:
service:jmx:rmi:///jndi/rmi://<your machine name>:<port>/management/rmi-jmx-connector
NOTE: You can get the exact JMX URL from the admin server.log file if you search for message ADM1501.