
Using jconsole with Websphere has been asked several times on StackOverflow: http://stackoverflow.com/search?q=websphere+jconsole Some of the answers seem awfully complicated. Just my 2cents. -- Ceki On 12.06.2012 17:53, Christopher.White@bbh.com wrote:
I can try looking into this further when I have some spare time.
I remember reading about this issue before (can't remember where, and not sure if it was related to logback or some other JMX utility), and it turned out to be just that WebSphere handles JMX somewhat differently, and therefore JMX MBeans that are registered by deployed applications are not visible by the standard jConsole. It might have something to do with WebSphere creating multiple JMX MBean Servers, and the jConsole points to a different one?
I'll try to dig up more information and will let you know when I find something.
Thanks, -Chris