Re: Request Logging in Tomcat 6

2008-11-19 Thread Raphael Santos
> To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - --- Raphael Santos http://www.

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

Request Logging in Tomcat 6

2008-11-18 Thread Raphael Santos
org/tomcat-6.0-doc/config/valve.html ) but this valve do not offer enough information for me. Somebody can help me ? -- View this message in context: http://www.nabble.com/Request-Logging-in-Tomcat-6-tp20561773p20561773.html Sent from the Tomcat - User mailing list archive at Nabble.com.

logging in tomcat 6

2008-10-29 Thread Ghufran
Hi i have configured tomcat 6.0.18 in my test environment. i can see that the SEVERE exceptions are going into localhost.2008-10-xx.log file and these exceptions are not being printed in catalina.out file. Is there a way, i can get these exceptions in catalina.out file too. I also want to prin