• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WebSphere JMX and Sun's JConsole.exe

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic