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.
cheers, -steve
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
