Surjan Singh wrote:
I already have a Component that can be called in an action which logs request details asynchronously to a database. What I'd like to do, is to somehow use the same Component to log _all_ requests.
I'm not sure if this is the answer you're looking for, but maybe you should be doing this in a servlet filter? It will be able to intercept all HTTP requests.
Couldn't you do this by just adding a new jdbc log target in logkit.xconf?
http://wiki.cocoondev.org/Wiki.jsp?page=ConfiguringTheLogs
Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
