Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom error 500 on Tomcat 4.1.24

Status
Not open for further replies.

sebdavid

Technical User
Jan 23, 2002
2
FR
Hi,
How can I customize the error 500 page on Tomcat 4.1.24.
I tried to put :
<error-page>
<error-code>500</error-code>
<location>/error/erreur500.html</location>
</error-page>

in WEB-INF/web.xml but it doesn't work.

This manipulation is working with error 404.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top