Re: Access to Tomcat's MBeans

2010-03-07 Thread Cummins College
Hi, Thanks a lot for your help. jmxsh seems to be for Linux based environment but we're using Windows. Lambda probe is a good option similar to JConsole. But 'Source code of manager app' seems to be the thing we were looking for. Thank you, - Cummins Group21

Re: Access to Tomcat's MBeans

2010-03-03 Thread André Warnier
Bill Barker wrote: Otherwise, startup Tomcat once with remote JMX enabled, and browse with the remote client to find the ObjectNames that you want, and just use normal JMX calls. And try this : http://code.google.com/p/jmxsh/ -

Re: Access to Tomcat's MBeans

2010-03-03 Thread Bill Barker
"Pid" wrote in message news:4b8e40b8.9070...@pidster.com... On 03/03/2010 06:32, Caldarale, Charles R wrote: From: Cummins College [mailto:cummins.grou...@gmail.com] Subject: Access to Tomcat's MBeans Could someone please help us how to access Tomcat's Mbeans using Java code. This is not

Re: Access to Tomcat's MBeans

2010-03-03 Thread Pid
On 03/03/2010 06:32, Caldarale, Charles R wrote: From: Cummins College [mailto:cummins.grou...@gmail.com] Subject: Access to Tomcat's MBeans Could someone please help us how to access Tomcat's Mbeans using Java code. This is not a direct answer, but you could download the source for Lambda Pro

RE: Access to Tomcat's MBeans

2010-03-02 Thread Caldarale, Charles R
> From: Cummins College [mailto:cummins.grou...@gmail.com] > Subject: Access to Tomcat's MBeans > > Could someone please help us how to access Tomcat's Mbeans > using Java code. This is not a direct answer, but you could download the source for Lambda Probe (www.lambdaprobe.org) and see how it