WebLogic
From JmxWiki
Specs
6 - 8.1 WebLogic 6 through 8.1 utilize a customized version of the JMX 1.0 RI.
They only support direct RMI access via the T3 protocol for remote MBeanServer access. IIOP access has never worked for me.
9 (Diablo) WebLogic 9 upgrades the JMX support to JMX 1.2 along with JMX Remoting 1.0.
It also adds JSR-77 support when accessed via the ManagementHome as per the spec.
Note: The MBeans have slightly different interfaces between the ManagementHome interface and the typical JSR 160 access.
Also, there are three different MBeanServers available from the remoting interface.
- Domain Runtime MBean Server - For accessing runtime information for the whole domain
- Runtime MBean Server - For accessing runtime information for the local server
- Edit MBean Server - The configuration mbeans for changing server/domain configurations
Connecting
MC4J supports WebLogic 6 through 9 and is relatively easy to connect. Use either the "weblogic" connection for versions 6 through 8.1 or the "weblogic9" connection for WebLogic 9.
Dashboards
- EJB Pool Runtime
- EJB Transaction Runtime
- Execute Queue
- Servlet Table