-
Handel Exceptions in weblogic (3 messages)
- Posted by: adil moukrim
- Posted on: August 09 2006 04:58 EDT
Hi, I'm using weblogic, and in order to handle Exceptions, I add this lines in the file web.xml : java.lang.NumberFormatException globalError.jsp java.sql.SQLExceptionn globalError.jsp weblogic.servlet.jsp.JspException globalError.jsp java.lang.Exception globalError.jsp The probleme is : whene I throw one of this exceptions I'm not redirect to the file globalError.jsp. please help!!Threaded Messages (3)
- Re: Handel Exceptions in weblogic by David Miller on August 09 2006 14:30 EDT
- Re: Handel Exceptions in weblogic by adil moukrim on August 10 2006 06:45 EDT
- Re: Handel Exceptions in weblogic by David Miller on August 10 2006 02:31 EDT
- Re: Handel Exceptions in weblogic by adil moukrim on August 10 2006 06:45 EDT
-
Re: Handel Exceptions in weblogic[ Go to top ]
- Posted by: David Miller
- Posted on: August 09 2006 14:30 EDT
- in response to adil moukrim
check the log files to make sure that no othr exception is being thrown try putting /globalError.jsp and/or make sure that the path to this page is correct -
Re: Handel Exceptions in weblogic[ Go to top ]
- Posted by: adil moukrim
- Posted on: August 10 2006 06:45 EDT
- in response to David Miller
Thanks a lot, I use this command line : if(true) throw new java.lang.NumberFormatException(); and it's the only exception thrown whene I look at the log. PS : Just for information, I use Protal version 4. Thanks again -
Re: Handel Exceptions in weblogic[ Go to top ]
- Posted by: David Miller
- Posted on: August 10 2006 14:31 EDT
- in response to adil moukrim
and have you tried changing the path?