Hi,I am using tomcat 5.5.9. I have set up global error pages for 404 and 503 in 
web.xml file under tomcat home dir/conf folder. 
Example - 
<error-page> 
<error-code>404</error-code> 
<location>/systemDown.html</location> 
</error-page> 
<error-page> 
<error-code>503</error-code> 
<location>/systemDown.html</location> 
</error-page> 

Error 404 is working fine and tomcat displays my page but for 503, it displays 
its own message(" HTTP Status 503 - This application is not currently 
available...")

Please help. 
Regards,
Arch

Reply via email to