RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-10-01 Thread Lemke, Michael IZ/HZA-IE5
Almost. TOMCAT_HOME/lib/container did the trick. Thanks again, Michael -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 9:23 PM To: Tomcat Users List Subject: RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-10-01 Thread Lemke, Michael IZ/HZA-IE5
Sent: Wednesday, October 01, 2003 10:08 AM To: 'Tomcat Users List' Subject: RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests Almost. TOMCAT_HOME/lib/container did the trick. Thanks again, Michael -Original Message- From: Larry Isaacs Sent: Tuesday

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-09-30 Thread Lemke, Michael IZ/HZA-IE5
7:32 PM To: Tomcat Users List Subject: RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests 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

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-09-30 Thread Larry Isaacs
, Michael IZ/HZA-IE5 [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 11:35 AM To: 'Tomcat Users List' Subject: RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests Thanks, Larry. Not knowing any Java I managed to write (or rather copy) something for postRequest. Seems

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-09-29 Thread Lemke, Michael IZ/HZA-IE5
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

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-09-29 Thread Larry Isaacs
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

Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2002-07-02 Thread Lemke, Michael IZ/HZA-IC1
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

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2002-07-02 Thread Larry Isaacs
, 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