|
I've gotten the error-page to work quite well, but
not for the 404 error on a .jsp page...
Everytime when I try to do a garbled http-request I
end up with an octet-stream/application response.
500 internal server works fine with the
errorpage.
404 on badly formed urls works, unless it ends with
.jsp
What am I missing...?
<error-page>
<!--Contains a mapping between an error code or exception type to the path of a resource in the web application. --> <error-code>404</error-code> <!-- omitted exception type, cause i dont know what to put for it --> <location>se/4sale_error404.html</location>
<!--The location of the resource in the web application. --> </error-page> <error-page> <!--Contains a mapping between an error code or exception type to the path of a resource in the web application. --> <error-code>500</error-code> <!--The HTTP error code, ex: 404. --> <exception-type>java.lang.Exception</exception-type> <!--A Java exception type. --> <location>se/4sale_error.html</location> <!--The location of the resource in the web application. --> </error-page> regards Johan
|
- error page Jim
- RE: error page Matt Krevs
- Error page Johan Fredriksson
- RE: Error Page Conrad Chan
- RE: Error Page Randahl Fink Isaksen
- RE: Error Page Gary Shea
- RE: Error Page Randahl Fink Isaksen
- SV: Error Page Rikard Westlund
- Re: Error Page Johan Fredriksson
- Re: Error Page orion
- Error Page orion
- RE: Error Page SureTicket.com
- RE: Error Page Valentijn Scholten
- RE: Error page Randahl Fink Isaksen
