WAS v8.5 > Administer applications and their environment > Use the administrative clients > Use administrative programs (JMX)

JMX for WAS

This topic gives an overview of Java Management Extensions (JMX) in general and how this standard applies to WebSphere Application Server.


Java Management Extensions overview

Java Management Extensions (JMX) is the Java standard for managing application resources. The management architecture defined by JMX is divided into three levels:


Java Management Extensions in WAS

Java Management Extensions (JMX) is at the core of Application Server administration capabilities. The application server contains a JMX agent. All of the system components are defined as MBeans. The JMX agent in WAS supports the following connectors: JSR160RMI, Remote Method Invocation/Internet Inter-ORB Protocol (RMI/IIOP), Simple Object Access Protocol/Hypertext Transfer Protocol (SOAP/HTTP), Simple Object Access Protocol/Hypertext Transfer Protocol Secure (SOAP/HTTPS), and Inter-Process Communications (IPC), which provides remote access to the server resources. All of the administration tools included with Application Server use these JMX facilities to accomplish their functions.

In a stand-alone Application Server installation, servers exist and are administered individually. An administrative client connects directly to the Application Server in this environment.

Application Server provides an AdminService class that reflects the standard JMX MBeanServer interface, and wraps the MBeanServer interface so that it takes part in implementing this distributed management functionality.


+

Search Tips   |   Advanced Search