Writing a logging filter

2002-03-05 Thread Dr. Evil
I am trying to write a filter which will perform some custom logging actions for my servlets. It's pretty basic stuff. I want to log the browser IP, the browser User Agent, the response code and the response content type and length. The browser info is easy. I can fetch all that from the

Re: Writing a logging filter

2002-03-05 Thread Craig R. McClanahan
On 6 Mar 2002, Dr. Evil wrote: Date: 6 Mar 2002 03:29:32 - From: Dr. Evil [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Writing a logging filter I am trying to write a filter which will perform some custom logging actions for my