I'm using tomcat 4.0.1.
While
<error-page>
<error-code>400</error-code>
<location>/Error/Http/BadRequest.jsp</location>
</error-page>
does route to error pages when proper status is set in the page. The
following doesn't seem to work as well for exceptions.
<error-page>
<exception-type>java.lang.Exception</exception-type>
<location>/Error/ErrorPage.jsp</location>
</error-page>
is this a known issue with tomcat 4.0.1? I cannot get it to work on my
installation, please help.
-Mark Diggory
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>