View Single Post
Old 03-21-2006, 01:21 AM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,139
Belisarius is on a distinguished road
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).
__________________
GitS
Belisarius is offline   Reply With Quote