Hi,

I need some clarification on the JSP Exception Handling process. I have
tried to redirect all the exception of my webapp, derived all from base
class ServletException, to a specific error page. I have for example a
RedirectException that I want to handle once for all as a forward to another
URL. However each time I am throwing such RedirectException in a JSP page
where my error page URL is set correctly, I got the usual JavaVirtualMachine
exception beep and it gets logged in the statistics before even reaching
thee error page URL (which is reached then). However I don�t want it to
appear in the log as my exception is expected and will be treated in the
error page URL... Isn�t it possible to make that usage of exception? Or did
I set something wrong?

Sincerely, Frederick


---------------------------------------------------------------
  ("`-''-/").___..--''"`-._
   `6_ 6  )   `-.  (     ).`-.__.`)       Frederick Aubert
   (_Y_.)'  ._   )  `._ `. ``-..-'
 _..`--'_..-_/  /--'_.' ,'                [EMAIL PROTECTED]
(il),-''  (li),'  ((!.-'
--------------------------------------------------------------- 

Reply via email to