To connect jconsole to Java application I should run it like this:
java -Dcom.sun.management.jmxremote AppName
and then I can see my AppName in jconsole Connect to Agent Local tab.
When I run WAS Application server 6.1 (for example inside RAD7.0 on my
PC) I can't see it in jconsole.
How may I do it visible? Should I set this
com.sun.management.jmxremote somewhere in server configuration?
Alex.
Alex Kizub - 07 Jun 2007 18:27 GMT
Nobody is interested :(
But I found the answer which is "WebSphere
Application Server does not support the JConsole tool."
http://www-1.ibm.com/support/docview.wss?uid=swg1PK45613
At least I know the answer is "No".
Alex Kizub
Visit http://symade.org/ and http://symade.com/
> To connect jconsole to Java application I should run it like this:
> java -Dcom.sun.management.jmxremote AppName
[quoted text clipped - 5 lines]
> com.sun.management.jmxremote somewhere in server configuration?
> Alex.