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
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