|
It's been a while since I worked with custom JSP error pages, and I don't really remember how to do it. I'm pretty sure it can be defined in the Tomcat configuration files, that if you encounter X exception, go to this page. Alternately, you can catch the exception yourself and redirect the user to a custom error page (response.sendRedirect() or something along those lines).
|