I would like to override tomcats' error messages for
all webapps.  I added the following to conf/web.xml:
        <error-page>
            <error-code>503</error-code>
            <location>/error/error.jsp</location>
        </error-page>
        <error-page>
            <error-code>404</error-code>
            <location>/error/error.jsp</location>
        </error-page>

Then I added /error/error.jsp to the ROOT application.
404 errors work fine, however 503 errors default
back to tomcats error page.

Am I doing something wrong?

Raj

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

Reply via email to