Date Created: Thu 04-Aug-2011

Related Document Categories:



    Connecting JConsole to WebSphere Application Server 8 to view JMX MBeans

    set WAS_HOME=C:/Program Files (x86)/ibm/WebSphere/AppServer
    set JAVA_HOME=%WAS_HOME%/java
    echo %WAS_HOME%
    set CLASSPATH=%JAVA_HOME%/lib/jconsole.jar
    set CLASSPATH=%CLASSPATH%;%WAS_HOME%/runtimes/com.ibm.ws.admin.client_8.0.0.jar
    set CLASSPATH=%CLASSPATH%;%WAS_HOME%/runtimes/com.ibm.ws.ejb.thinclient_8.0.0.jar
    set CLASSPATH=%CLASSPATH%;%WAS_HOME%/runtimes/com.ibm.ws.orb_8.0.0.jar
    set HOST=localhost
    set PORT=9100
    "%JAVA_HOME%/bin/jconsole" -J-Djava.class.path="%CLASSPATH%" ^
    service:jmx:iiop://%HOST%:%PORT%/jndi/JMXConnector

    @REM PORT must be set to the ORB_LISTENER_ADDRESS (Default 9100) in the WebSphere Application Server ports configuration.





Middleware Mentor - Steven Charles Robinson

About Me

Steve Robinson has been working in IT for over 15 years and has provided solutions for many large-enterprise corporate companies across the world. Steve specialises in Java and Middleware consulting. Steve comes from both an administration and development background.

Before moving to JEE, Steve was an accomplished developer and consultant for both IBM Lotus Notes and Microsoft .NET Technologies.

Follow Steve as @stevencrobinson on twitter.

Read my books?

IBM WebSphere Application Server 8.0 Administration Guide

IBM WebSphere Application Server 8.0 Administration Guide

WebSphere Application Server 7.0 Administration Guide

WebSphere Application Server 7.0 Administration Guide

WebSphere Categories

Oracle WebLogic Categories

JBoss Categories

Other Categories