TC4.1.30: AccessLogValve

2004-12-13 Thread Lemke, Michael IZ/HZA-IOR
Hi, I've got TC 4.1.30 running. How can make the AccessLogValve report the bytes *received* for PUT/POST requests? Or is there another way to log it? Thanks, Michael

Re: TC4.1.30: AccessLogValve

2004-12-13 Thread Tim Funk
%{Content-Length}i -Tim Lemke, Michael IZ/HZA-IOR wrote: Hi, I've got TC 4.1.30 running. How can make the AccessLogValve report the bytes *received* for PUT/POST requests? Or is there another way to log it? Thanks, Michael

RE: TC4.1.30: AccessLogValve

2004-12-13 Thread Lemke, Michael IZ/HZA-IOR
=%h %l %u %t \%r\ %s %b %{Referer}i %{User-Agent}i resolveHosts=true/ How do I get the quotes right? Thanks again, Michael -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 1:15 PM To: Tomcat Users List Subject: Re: TC4.1.30: AccessLogValve

Re: TC4.1.30: AccessLogValve

2004-12-13 Thread Tim Funk
:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 1:15 PM To: Tomcat Users List Subject: Re: TC4.1.30: AccessLogValve %{Content-Length}i -Tim Lemke, Michael IZ/HZA-IOR wrote: Hi, I've got TC 4.1.30 running. How can make the AccessLogValve report the bytes *received* for PUT/POST requests

Re: TC4.1.30: AccessLogValve

2004-12-13 Thread Tim Funk
Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 3:04 PM To: Tomcat Users List Subject: Re: TC4.1.30: AccessLogValve I would try single quotes: pattern='%h %l %u %t %r %s %b %{Referer}i %{User-Agent}i' -Tim Lemke, Michael IZ/HZA-IOR wrote: Thanks, that'll probably do it. But how

RE: TC4.1.30: AccessLogValve

2004-12-13 Thread Lemke, Michael IZ/HZA-IOR
, Michael -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 3:04 PM To: Tomcat Users List Subject: Re: TC4.1.30: AccessLogValve I would try single quotes: pattern='%h %l %u %t %r %s %b %{Referer}i %{User-Agent}i' -Tim Lemke

RE: TC4.1.30: AccessLogValve

2004-12-13 Thread Lemke, Michael IZ/HZA-IOR
Hm, do you have a pointer on how to go about this? Couldn't find anything obvious in the docs. Thanks, Michael -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 3:30 PM To: Tomcat Users List Subject: Re: TC4.1.30: AccessLogValve

Re: TC4.1.30: AccessLogValve

2004-12-13 Thread Tim Funk
. Thanks, Michael -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 3:30 PM To: Tomcat Users List Subject: Re: TC4.1.30: AccessLogValve No can do with the existing logger. You can instead use a filter to place the value you desire