Hi,

For some audit requirements in my web application, I would to know for each 
incoming HTTP/HTTPS request the time the HTTP and the HTTPS connectors 
process them.
The requirement is to measure the processing time of each request and to store 
them into a file with for each request an ID that uniquely identifies them.

By consulting documentations on connectors or the Tomcat API javadoc, I didn't 
find any tips about how to do this.

Is it possible to perform this function?
How to do this without modifying the Tomcat code?

Thanks,

-- 
Miguel Moquillon <[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