I have defined this in the applications web.xml for Error 400. The same
should work for Errorcode 403

Reto
<error-page>
   <error-code>400</error-code>
   <location>errorPage.jsp </location>
</error-page>

-----Ursprüngliche Nachricht-----
Von: Cavan Morris [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 30. Januar 2002 01:47
An: Tomcat Users List
Betreff: Alternate Page for HTTP Status 403?


Hey everybody,
I'd like to be able to have tomcat respond with a custom page instead of
just returning the Tomcat HTTP Status 403 error page.  Does anyone know if
this is possible?  Does anyone have any ideas on this?
I'm using Tomcat 4.0.1.

Thanks for you help.
-Cavan Morris


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to