Re: How to monitor web services?

2006-09-08 Thread Leon Rosenberg
I thought to wait for better answers than mine, but noone seems to have one. Can you say what exactly you want to monitor? regards leon On 9/7/06, Michele Mazzucco [EMAIL PROTECTED] wrote: Hi all, I'm using Axis2 embedded into Tomcat. I've got a stateful web service which needs to be

Re: How to monitor web services?

2006-09-08 Thread Michele Mazzucco
Hi leon, my stateful web service is just an application router, that is, it forwards client requests to computational nodes (which are hidden to the clients), according to specified policies. The router maintains queues of requests (one queue for each provided service) and collects statistics

Re: How to monitor web services?

2006-09-08 Thread Martin Gainty
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, September 08, 2006 4:05 AM Subject: Re: How to monitor web services? I thought to wait for better answers than mine, but noone seems to have one. Can you say what exactly you want to monitor? regards leon On 9/7/06, Michele

Re: How to monitor web services?

2006-09-08 Thread Martin Gainty
List users@tomcat.apache.org Sent: Friday, September 08, 2006 5:05 AM Subject: Re: How to monitor web services? Hi leon, my stateful web service is just an application router, that is, it forwards client requests to computational nodes (which are hidden to the clients), according to specified

How to monitor web services?

2006-09-07 Thread Michele Mazzucco
Hi all, I'm using Axis2 embedded into Tomcat. I've got a stateful web service which needs to be monitored. I think the best way to monitor my application is via JMX, but I've found out that axis2 is only a servlet. Is this a problem?, How could I accomplish my goal? Any help would be