Jconsole: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Configuring jconsole to Connect over JMX to a WildFly Instance=
=Configuring jconsole to Connect over JMX to a WildFly Instance=


==jconsole Classpath and StartupOptions==
==jconsole Classpath and Startup Options==


Start jconsole with the following classpath:
Start jconsole with the following classpath:

Revision as of 20:52, 18 October 2016

Internal

Overview

Configuring jconsole to Connect over JMX to a WildFly Instance

jconsole Classpath and Startup Options

Start jconsole with the following classpath:

$JAVA_HOME/lib/jconsole.jar:$JAVA_HOME/lib/tools.jar:$JBOSS_HOME/bin/client/jboss-cli-client.jar

For example, if your jconsole/JDK has been installed under , the command line should be:

jconsole -J-Dclasspath=${JAVA_HOME}/lib/jconsole.jar:${JAVA_HOME}/lib/tools.jar:${JBOSS_HOME}/bin/client/jboss-cli-client.jar

Connect to a "Remote Process"

Use the following URLs: