MonitorJMX is a very small web application capable to monitor WebLogic Servers/Cluster using a single JMX connection. Two JSP dashboards are available in this first version: servers and jms.
Categories
ProfilingLicense
Public DomainFollow MonitorJMX
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
-
The version 1.2 have a feature to get the connection data based in an parameter from url. e.g. localhost:7001/MonitorJMX?servername=default in conf.properties you could see the following: username.default=weblogic password.default=welcome1 hostname.default=localhost port.default=7001 protocol.default=t3 This way you can add all servers in just one conf.properties and use only one wls.jsp page passing the servername as parameter. Regards Rogerio Cruz