Re: How to measure queueing time: from tomcat recieving request to axis web service

2005-10-26 Thread Tim Funk
A Valve might be what you need - but you might need to hack the Connectors depending on how granular you need to be. A Valve is just like a servlet filter. -Tim Pim W. wrote: Hi, I want to measure the queueing time starting from when Tomcat recieve the request from a client until the reques

How to measure queueing time: from tomcat recieving request to axis web service

2005-10-25 Thread Pim W.
Hi, I want to measure the queueing time starting from when Tomcat recieve the request from a client until the request reach my process. I am writing a web service application hosted under axis engine. I want to - Get the time stamp when the request arrive at Tomcat And I then want to find the dis