View Single Post
Old 04-13-2006, 06:51 AM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,174
Belisarius is on a distinguished road
Here are a couple links on how to setup an ErrorPage with Tomcat -

Link 1
Link 2

What you'd need to do is catch as many possible exceptions at the lowest diagnosable level and then throw a new exception with a plain-language explaination of what occurred. You can then display that error message to the user on the error page.
__________________
GitS
Belisarius is offline   Reply With Quote