DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4534>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4534
error-page not being processed
------- Additional Comments From remm@apache.org 2001-10-31 00:00 -------
If /LSCL is the context path (the request URI seems to imply that), then you
shouldn't specify it in the location element.
Here, I think you should use:
<error-page>
<error-code>404</error-code>
<location>/Err404.jsp></location>
</error-page>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|