Bill Barker a écrit :
Problem: because of the valve problem, my jsp is not called. This jsp is
supposed to handle displaying of this NullPointerException's
stacktrace(). Is there a way to configure the standard valve so that is
dumps the stacktrace in tomcat log?
Well, it isn't really the valve's problem, so much as it a problem with the
webdav servlet :).
Tomcat has already send the Response headers back to the browser (and
probably part of the Response body as well), so there is no way (under the
HTTP protocol) for it to tell the browser "oops, this is what I meant to
send".
I know that, an my question is still "Is there a way to configure the
standard valve so that is
dumps the stacktrace in tomcat log?" My problem is to get access to that
NullPointerException so i can fix the servlet :)
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]