Accessing Websphere 7 MBeans using Sun JConsole?

Required libraries in bootclasspath (from Websphere 7).

Required libraries in bootclasspath (from Websphere 7): ibmorbapi. Jar ibmorb. Jar ibmcfw.

Jar Required libraries in classpath: com.ibm.ws.admin. Client_7.0.0. Jar (from Websphere 7) tools.

Jar (Sun) jconsole. Jar (Sun) Below is the script that ties everything together. Update first 4 lines according to your environment (On Linux/Unix - replace environment variables %% to $) set JAVA_HOME=C:\tools\jdk1.6.0_19 set WS7_HOME=C:/tools/WebSphere/AppServer set WS_HOST=127.0.0.1 set WS_PORT=2809 set BOOTPATH=%WS7_HOME%/java/jre/lib/ibmorbapi.

Jar;%WS7_HOME%/java/jre/lib/ibmorb. Jar;%WS7_HOME%/java/jre/lib/ibmcfw. Jar set CLASSPATH=%WS7_HOME%/runtimes/com.ibm.ws.admin.

Client_7.0.0. Jar;%JAVA_HOME%\lib\tools. Jar;%JAVA_HOME%\lib\jconsole.

Jar %JAVA_HOME%\bin\jconsole -J-Xbootclasspath/p:%BOOTPATH% -J-Djava.class. Path=%CLASSPATH% service:jmx:iiop://%WS_HOST%:%WS_PORT%/jndi/JMXConnector And that should do it! I would like to thank Alan Chan for his response on this posting about Websphere 6.1 that helped with this.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions