You could implement your own interceptor and use one of the hooks more suitable than beforeCommit(), perhaps postReadRequest(), contextMap(), or postRequest().
I don't know if there is an existing interceptor that with the right debug level would give you want you want without giving you too much log output. Larry > -----Original Message----- > From: Lemke, Michael IZ/HZA-IE5 [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 6:40 AM > To: 'Tomcat Users List' > Subject: RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log > PUT requests > > > A long time ago I sent the attached message. There was no > solution to the problem. It has just come up again and I am > wondering what > options there are to get *everything* logged. Would a > combination with Apache solve this? We need to somehow be > able to proove that we have or have not received a certain request. > > Thanks, > Michael > > > > -----Original Message----- > > From: Larry Isaacs > > Sent: Tuesday, July 02, 2002 2:10 PM > > To: 'Tomcat Users List' > > Subject: RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log > > PUT requests > > > > > > AcessLogInterceptor writes the log entry using the > > beforeCommit() hook. If no response is generated by > > the request, then it appears that no log entry would be created. > > > > Cheers, > > Larry > > > > > -----Original Message----- > > > From: Lemke, Michael IZ/HZA-IC1 > > > Sent: Tuesday, July 02, 2002 4:10 AM > > > To: 'Tomcat Users List' > > > Subject: Tomcat 3.3.1: AccessLogInterceptor doesn't log > PUT requests > > > > > > > > > We are running Tomcat 3.3.1 in standalone mode (no Apache etc) > > > and log requestes to AccessLog with AccessLogInterceptor. > > > Unless we misconfigured something it seems like PUT > > > requests only show up in the log if they produced an error > > > (404, 500). Is this a configuration problem or is there > > > something wrong with AccessLogInterceptor? > > > > > > Thnaks, > > > Michael > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:tomcat-user-> [EMAIL PROTECTED]> > > > For > > > additional commands, > > > e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:tomcat-user-> [EMAIL PROTECTED]> > > For > > additional commands, > > e-mail: <mailto:[EMAIL PROTECTED]> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
