Hi All,
I'm a newbie on JMX. It may be a very simple question but I couldn't find an answer for this. I have successfully registered a spring managed bean into WebSphere 6.1 Server. I saw these lines in log:
But I don't know how to access this mbean? Does WebSphere have support for it? I mean is it possible to access from administrative console? Or should I use other tool like MC4J?Code:[9/15/08 16:41:44:173 EEST] 00000017 MBeanExporter I org.springframework.jmx.export.MBeanExporter afterPropertiesSet Registering beans for JMX exposure on startup [9/15/08 16:41:44:188 EEST] 00000017 MBeanExporter I org.springframework.jmx.export.MBeanExporter registerBeanInstance Located managed bean 'messageCacheBean': registering with JMX server as MBean [WebSphere:cell=0206x318Node03Cell,name=messageCacheBean,type=SDFCache,node=0206x318Node03,process=server1]
Any help is appreciated.
Thanks,


Reply With Quote