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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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