Posted By:
Bozidar_Dangubic
Posted On:
Wednesday, August 22, 2001 06:43 AM
you can setup your web application to have error pages associated with a type of exception/error that occurs when pages are executed. you can setup a generic error page for Throwable and then more specific error pages from more specific exceptions/erros that occur. here is a sample web deployment descriptor that outlines the strategy.
java.lang.Throwable
/error-pages/generic.htm
500
/error-pages/500.htm
404
/error-pages/notThere.htm