Jconsole: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= =Overview= =Configuring jconsole to Connect to a WildFly Instance= ==Set the Classpath== Start jconsole with the following classpath: <pre> $JAVA_HOME/lib/jcon...") |
No edit summary |
||
Line 3: | Line 3: | ||
=Overview= | =Overview= | ||
=Configuring jconsole to Connect to a WildFly Instance= | =Configuring jconsole to Connect over JMX to a WildFly Instance= | ||
==Set the Classpath== | ==Set the JMX Classpath== | ||
Start jconsole with the following classpath: | Start jconsole with the following classpath: |
Revision as of 18:49, 18 October 2016
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