What are some of the best practices I can follow when I'm not able to establish JMX monitoring connectivity?
- Make sure that the JNDI name you have given is correct. For Example, the JNDI name is “/jmxrmi” when enabling RMI connections.
- If the JMX connection fail with both your host name and IP, try using your DNS Name to connect. For example - -Djava.rmi.server.hostname=<<rmi server ip>>
In the Tomcat Environment:
Make sure the catalina-jmx-remote.jar file is present in the $TOMCAT_HOME/lib location. This jar file can be downloaded for your version of Tomcat from the Apache website from the extras section (sample link: http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.55/bin/extras/catalina-jmx-remote.jar).
New to ADSelfService Plus?
Related Articles
Best Practices in adding Microsoft 365 monitor
From Applications Manager version 16300 onwards, Microsoft 365 monitor will use Microsoft Graph API as the primary mode of data collection. We have migrated from PowerShell to Graph API as Microsoft 365 PowerShell commands were taking more time to ...
Troubleshooting connectivity issues for virtualization monitors
Please follow the below steps when errors are faced related to connectivity for the respective type of Virtualization monitoring. Citrix / Xen Hypervisor Verify the host reachability. Try with both Host name and IP address. Check the port ...
Monitoring HAProxy - Configuring the HAProxy Stats page
To effectively monitor an HAProxy instance, you can enable and access the HAProxy stats page, which provides real-time metrics about HAProxy's performance. Steps to Enable HAProxy Stats: Open the HAProxy Configuration File: The HAProxy configuration ...
Using Kerberos Authentication with ManageEngine Applications Manager for Windows Monitoring
What is Kerberos? Kerberos is a secure authentication protocol used in Active Directory (AD) domains. It uses encrypted "tickets" instead of passwords to allow ManageEngine Applications Manager to connect to a target server securely. When a server is ...
Self monitor Applications Manager using Real User Monitoring
We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...