Re: Request Logging in Tomcat 6

2008-11-19 Thread Raphael Santos
Thank you a lot Kees, acctually I'm checking 2 possible implementations out. These two options seems to be good. 1- to use Servlet Filters 2- to extend a AccessLogValve Regarding CPU time I have searched deep in the link you have passed me and I found something about http://www.javaworl

Re: Request Logging in Tomcat 6

2008-11-18 Thread Kees Jan Koster
Dear Raphael, I've been working with performance measurements of web services and I've faced this problem. For each request to my system (running in a tomcat 6) I need to log these information: Received Bytes (request content length) Served Bytes (response content length) Response Time (th

Re: Request Logging in Tomcat 6

2008-11-18 Thread Kees Jan Koster
Dear Raphael, I've been working with performance measurements of web services and I've faced this problem. For each request to my system (running in a tomcat 6) I need to log these information: Received Bytes (request content length) Served Bytes (response content length) Response Time (th