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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.