| Author |
WebSphere JMX and Sun's JConsole.exe
|
Erik Ostermueller
Greenhorn
Joined: Apr 25, 2006
Posts: 7
|
|
All, I pointed Sun's JConsole.exe (in the 1.5 JDK) to my Jonas server and I've got loads of info about my own MBeans as well as Jonas' MBeans. I just enter the following "JMX URL" on the Advanced tab of the "Connect to Agent" dialog. service:jmx:rmi:///jndi/rmi://localhost:1099/jrmpconnector_jonas What JMX URL should I use to get JConsole.exe to show my MBeans on WebSphere, which are deployed on a separate box? Thanks, --Erik Ostermueller
|
 |
Bebot Arnado
Greenhorn
Joined: Feb 04, 2009
Posts: 6
|
|
I don't know if this will help your problem.
I have found some solution on enabling the JConsole on WAS 6.1 and maybe we are on the same page this link http://www.interface101.org will show some of the post that will guide you to enable JConsole on WAS 6.1
|
GreenLeaf
ReAch yOur GoAl wHile U hAve tImE.
OptImiZe and MaXiMize ResourCes whILe It is sTiLL FrEe
ThInK BeYonD
|
 |
Sree Nivasan
Greenhorn
Joined: Feb 05, 2010
Posts: 1
|
|
add the " -Dcom.sun.management.jmxremote.port=9991" to your jvm arg and connect to the jconsole using
<servername>:port giving username and password . You should be good to start.
|
 |
 |
|
|
subject: WebSphere JMX and Sun's JConsole.exe
|
|
|