(Already posted once on tomcat-user)

Hi,

I'm trying to use an AccessLogValve to log the bytes send over
the network, but I have gzip compression actived while in the log goes
the bytes count before compression (I've checked it with a sniffer):

192.168.0.64 - - [22/Jul/2008:14:01:15 +0200]
"GET /standard-atlante-plus/ HTTP/1.1" 200 2481
Content-encoded entity body (gzip): 1163 bytes -> 2481 bytes

192.168.0.64 - - [22/Jul/2008:14:01:15 +0200]
"GET /standard-atlante-plus/servlet/serLogin HTTP/1.1" 200 4106
Content-encoded entity body (gzip): 1348 bytes -> 4106 bytes

Is there a way to log the compressed bytes count ?


Many thanks in advance,

Best regards




---------------------------------------------------------------------
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