+

Search Tips   |   Advanced Search

JMX Local Connector

This feature allows the use of a local JMX connector that is built into the JVM to access JMX resources in the server. The JMX connector can only be used on the same host machine by a client that has the same user ID and the same JDK as the server process. It enables local access by JMX clients such as jConsole, or other JMX clients that use the Attach API.


Enable this feature

To enable the JMX Local Connector feature, add the following element declaration inside the featureManager element in the server.xml file:


Developing a feature that depends on this feature

If we are developing a feature that depends on the JMX Local Connector feature, include the following item in the Subsystem-Content header in the feature manifest file for the new feature: