Re: Exepsion catching

2001-06-30 Thread Vinay Menon
ECTED] Sent: Saturday, June 30, 2001 11:18 PM Subject: RE: Exepsion catching As you say : Catch the exception and redirect to a jsp page ;-)) Best is to override HttpServlet and make a MainServlet to catch Exception and handle the errors. Don't know how to do anything in a js

RE: Exepsion catching

2001-06-30 Thread Martin van den Bemt
al Message-From: Zsolt Horvath [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 28, 2001 12:18 PMTo: [EMAIL PROTECTED]Subject: Exepsion catching Hi !   Can I catch the all of exceptions and redirect to a JSP file ? Mostly I need to catch the Internal Server error 500 !    

Exepsion catching

2001-06-28 Thread Zsolt Horvath
Hi !   Can I catch the all of exceptions and redirect to a JSP file ? Mostly I need to catch the Internal Server error 500 !