Hi,

I would like to configure the error page so that for any 404 error, the page
will be redirected to somewhere.
I have tried to put
<error-page>
    <error-no>404</error-no>
    <location>/redirect.jsp</location>
</error-page>

but from catalina.out, it seems that tomcat can not found redirect.jsp. so
where would tomcat find the error page?

Thanks.

Louis


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to