RE: [PATCH]: Re: Logging all requests

2004-04-14 Thread Ralph Goers
Sounds OK to me. Thanks. Ralph -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 1:27 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH]: Re: Logging all requests Ralph Goers wrote: >Surjan, > >I have a couple of uses for this,

Re: [PATCH]: Re: Logging all requests

2004-04-14 Thread Vadim Gritsenko
Ralph Goers wrote: Surjan, I have a couple of uses for this, but I'll need to modify it slightly. I actually need access before and after the request. Before the request I need to do audit logging and capture the start time. After the request I want to update our JMX statistics. Currently I ha

RE: [PATCH]: Re: Logging all requests

2004-04-14 Thread Ralph Goers
at log and ignore any errors in these methods since, again, Cocoon.java doesn't care. I'll be happy to provide a patch to do all this. Ralph -Original Message- From: Surjan Singh [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 9:53 AM To: [EMAIL PROTECTED] Subject: [PAT

[PATCH]: Re: Logging all requests

2004-04-07 Thread Surjan Singh
Hello, I'd like to log all Requests so that we can record them for analysis. So, far the only way I think I can do this is to modify the method process(..) in org.apache.cocoon. In this method, I thought I could use a logging component (which has yet to be created) from the component manager and