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 (i.e. throughput and service time) in order to be able to
react to changes (that is, to reconfigure the nodes allocation). I want
to monitor those values: queue sizes, response time, etc.

Best regards,
Michele

Leon Rosenberg wrote:
> 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 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 appreciated,
>> Michele
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to