Jconsole

From NovaOrdis Knowledge Base
Revision as of 18:49, 18 October 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

Configuring jconsole to Connect over JMX to a WildFly Instance

Set the JMX Classpath

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