Re: Fwd: JMX MBean for active sessions

2012-03-06 Thread Konstantin Kolinko
2012/3/6 Christopher Schultz : > On 3/6/12 7:13 AM, Attila Balogh wrote: >> can anyone please tell me where can I find any information about >> changes between Tomcat 6 and 7 regarding MBean names? > > I dunno about /changes/ specifically (I'm not going to try to guess > your version and then do a

Re: Fwd: JMX MBean for active sessions

2012-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Attila, On 3/6/12 7:13 AM, Attila Balogh wrote: > can anyone please tell me where can I find any information about > changes between Tomcat 6 and 7 regarding MBean names? I dunno about /changes/ specifically (I'm not going to try to guess your versio

Fwd: JMX MBean for active sessions

2012-03-06 Thread Attila Balogh
Hi all, can anyone please tell me where can I find any information about changes between Tomcat 6 and 7 regarding MBean names? Our operations team is using Bridgeways Tomcat pack for SCOM and since we switched to Tomcat 7 the active session data is missing from the monitors - everything else is th

Re: JMX MBean

2008-05-20 Thread Johnny Kewl
;[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 20, 2008 10:59 AM Subject: Re: JMX MBean Can anyone help me? I did what you said and still doesnt work!!! I show my code and how I've implemented the whole things. I added in the java/org/apache

Re: JMX MBean

2008-05-20 Thread Liang Xiao Zhu
g/apache/catalina/mbeans. This implementation is the correct way? Other way in the same java/org/apache/catalina/deploy directory contain another mbeans-descriptor.xml file Can you say me, if I am right? Thanks a lots!!! Caldarale, Charles R wrote: -Original Message- From: L

Re: JMX MBean

2008-05-19 Thread Liang Xiao Zhu
the correct way? Other way in the same java/org/apache/catalina/deploy directory contain another mbeans-descriptor.xml file Can you say me, if I am right? Thanks a lots!!! Caldarale, Charles R wrote: -Original Message- From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Subject:

Re: JMX MBean

2008-05-18 Thread Bill Barker
7;ve implemented HelloWorld.java in >>> java/org/apache/catalina/deploy and HelloWorldMBean as interface in >>> java/org/apache/catalina/mbeans. This implementation is the correct way? >>> Other way in the same java/org/apache/catalina/deploy directory contain >>&

Re: JMX MBean

2008-05-18 Thread Liang Xiao Zhu
way in the same java/org/apache/catalina/deploy directory contain another mbeans-descriptor.xml file Can you say me, if I am right? Thanks a lots!!! Caldarale, Charles R wrote: -Original Message- From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Subject: JMX MBean I am searching

Re: JMX MBean

2008-05-18 Thread Liang Xiao Zhu
!!! Caldarale, Charles R wrote: -Original Message- From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Subject: JMX MBean I am searching how to implement a MBean for a class that I implemented, which add some new funcionality to Tomcat. Don't suppose you'd care to tell us what ver

Re: JMX MBean

2008-05-17 Thread Bill Barker
e, Charles R wrote: >>> -Original Message- >>> From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Subject: JMX >>> MBean >>> >>> I am searching how to implement a MBean for a class that I implemented, >>> which add some new funcional

Re: JMX MBean

2008-05-17 Thread Jess Holle
Johnny Kewl wrote: If not and its a bean in your servlet that you want to use. Then this article is the only one I've ever seen on the subject http://oss.wxnet.org/mbeans.html Essentially there is a bean Registry inside tomcat... and the idea is to get your bean into that registry... then TC

Re: JMX MBean

2008-05-17 Thread Johnny Kewl
- Original Message - From: "ubekhet" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, May 16, 2008 10:33 PM Subject: Re: JMX MBean Liang, When I read this, I think, "Damn, the guy is rebuilding Tomcat" ;) Are you? Are you trying to make a

Re: JMX MBean

2008-05-16 Thread ubekhet
From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Subject: JMX MBean I am searching how to implement a MBean for a class that I implemented, which add some new funcionality to Tomcat. Don't suppose you'd care to tell us what version of Tomcat you're using? If it's th

RE: JMX MBean

2008-05-16 Thread Caldarale, Charles R
> -Original Message- > From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] > Subject: JMX MBean > > I am searching how to implement a MBean for a class that I > implemented, which add some new funcionality to Tomcat. Don't suppose you'd care to tell us what ve

JMX MBean

2008-05-16 Thread Liang Xiao Zhu
Hi, I am searching how to implement a MBean for a class that I implemented, which add some new funcionality to Tomcat. But I dont know deploy this MBean from the source of tomcat. I know how work MBean, but not how to within of Tomcat! Even I try to do something like change a java/org/apache/