Re: Tomcat monitoring using JMX

2011-01-06 Thread Pid
On 1/6/11 12:44 PM, Ziggy wrote: > Hi, > > I am using JMX to connect to a Tomcat instance and looking at attributes for > a jdbc datasource as shown below. > > MBeanServerConnection conn = jmxc.getMBeanServerConnection(); > ObjectName on = new > ObjectName("Catalina:type=DataSource,path=/appdb,ho

Tomcat monitoring using JMX

2011-01-06 Thread Ziggy
Hi, I am using JMX to connect to a Tomcat instance and looking at attributes for a jdbc datasource as shown below. MBeanServerConnection conn = jmxc.getMBeanServerConnection(); ObjectName on = new ObjectName("Catalina:type=DataSource,path=/appdb,host=localhost,class=javax.sql.DataSource,name=\"jd