JMX: Difference between revisions

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


=Overview=
=Overview=
Until Java 6, in order to make a JVM accessible to a JMX client, it had to be started with <tt>-Dcom.sun.management.jmxremote</tt> command line option. For Java 6 and beyond, a JMX client can connect using the Attach API.
<font color=red>A JMX client can access a JVM using a "local mode" (The attach API? Is this what VisualVM uses when attaching to "Local"? or a "remote mode" (see [[Enabling JMX Access to a JVM]] below).</font>


=Enabling JMX Access to a JVM=
=Enabling JMX Access to a JVM=

Revision as of 05:09, 15 October 2016

External

Internal

Overview

Enabling JMX Access to a JVM

Enabling JMX Access to a JVM