FastCommonAccessLogValve to log the bytes gzipped

2008-07-31 Thread Bartolomeo Nicolotti
(Already posted twice on tomcat-user in few days, but no answer and it could be an enhanchement request so posting here :-) 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

RE: Findbugs results when run against Tomcat6

2008-09-29 Thread Bartolomeo Nicolotti
Here's a list of static checkers: http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis Bye! Il giorno sab, 27/09/2008 alle 09.13 -0500, Jim Manico ha scritto: > This is really helpful info, Mark. I'd like to get my hands on an account > there, too. If all else fails try emailing

Log all http request

2010-06-23 Thread Bartolomeo Nicolotti
Hello, we've a web service that receives SOAP RPC-encoded xml requests on HTTP through axis and tomcat 5.5. We'd like to log every xml rq we receive using a Filter, because we've to write the xml to a file whose name depends on the xml request. The problem is that one can call SevletRequest.getR