Greetings,
My apologies for this simple question...
I am using 4.0.4
I am able to capture the error codes 404 and 400 but not 500.
My snippet bellow.......
<!-- This works...-->
<error-page>
<error-code>404</error-code>
<location>/error/ServerError404Page.jsp</location>
</error-page>
<error-page>
<error-code>400</error-code>
<location>/error/Server400ErrorPage.jsp</location>
</error-page>
<!-- this does not work - why? -->
<error-page>
<error-code>500</error-code>
<location>/error/Server500ErrorPage.jsp</location>
</error-page>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]