Hi,

I have these in my tomcat server's global web.xml file:

<error-page>
 <error-code>404</error-code>
 <location>/http404.jsp</location>
</error-page>

<error-page>
 <error-code>503</error-code>
 <location>/maintenance.html</location>
</error-page>

It works for the 404 but not the 503 error code. What's wrong with it?
I want to redirect users to a "maintenance in progress" page when I "stop" any webapp with the tomcat manager. But it always gives me the default tomcat HTTP status page when I request a stopped webapp.


Please help. Thanks.
Raymond


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



Reply via email to