Enabling JMX Access to a JVM: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


Is this the "remote mode"?
Is this the "remote mode"?
<pre>
-Dcom.sun.management.jmxremote
</pre>
More on this and the Attach API (Java 6 and beyond).





Revision as of 03:24, 15 October 2016

Internal


TODO

Overview

Is this the "remote mode"?

-Dcom.sun.management.jmxremote

More on this and the Attach API (Java 6 and beyond).


Parse and translate http://docs.oracle.com/javase/1.5.0/docs/guide/management/agent.html

WildFly and JMX

This is NOT the preferred method to connect to a WildFly instance with a JMX client. For more details see WildFly and JMX.