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
nel_h2
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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