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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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