While adding a Custom Application Monitor, the WebLogic Model MBeans are not listed for configuration. What can I do?
For WebLogic Model MBeans to be displayed in CAM, perform the following steps:
1. Copy the file weblogic.jar from WebLogic installed directory (eg: C:\bea\weblogic81\server\lib\weblogic.jar). Rename this file as weblogicclient7_0_common.jar and place it under <Applications Manager Home>/working/classes directory.
2. Edit the file startApplicationsManager.bat/.sh located in <Applications Manager Home> directory. Set the system property as following
-Djava.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
3. Restart the Applications Manager.
New to ADSelfService Plus?
Related Articles
Script/Custom Monitors - Alarms configured for Table rows were missing
In the Applications manager , users have the ability to manage the table rows of a script or custom monitor type according to their specific requirements. This can be done by enabling the "Enable Script Row Deletion" option. For example, let's ...
REST API Monitor - FAQS
1. What should I do when Basic Authentication fails in REST API monitor? Verify if the credentials provided in the Applications Manager are correct. Try if sending username and password in Authorization request header works Get an BASE-64 encoded ...
Adding a new Weblogic monitor: Frequently Asked Questions
Question: What are the minimum security privileges that the user account for the WebLogic server should possess for monitoring to take place? Answer: The user should have Administrative privileges. Applications Manager Webserver port 9090 should be ...
How to get ISP data in Real User Monitor?
The default setting of the Real User Monitor does not display ISP data for the end user. To obtain ISP data, you have the option to use a third-party Geolocation API. Currently, RUM exclusively supports APIs that provide responses in JSON format. ...
Enabling JMX in Tomcat Application and adding JAVA Runtime / JMX Applications Monitor in Applications Manager
Configuring JMX for Apache Tomcat 1. On your Tomcat host, open the start menu and click on Tomcat Configuration (alternatively, edit the catalina.bat or catalina.sh file) 2. Click on the Java tab, then add the following Java Options: ...