Have you tried this.
WEB_INF/web.xml
<error-page>
<error-code>403</error-code>
<location>/errorpages/403.jsp</location>
</error-page>
>From: Søren Blidorf <soren@nolas.dk>
>Reply-To: "Tomcat Users List" <tomcat-user@jakarta.apache.org>
>To: <tomcat-user@jakarta.apache.org>
>Subject: 403 Forbidden
>Date: Thu, 20 Jan 2005 00:08:15 +0100
>
>Hi.
>
>I have setup my web.xml error page "403 Forbidden" to go to my page
>"restrictedError.jsp"
>
>I cannot get it to work!
>
>Can it be because I use a danish browser where the error code is "403
>Forbudt"
>
>BR
>
>Soren
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|