Re: error-page problem - nested exceptions

2010-01-24 Thread rotis23
Thanks Len. -- View this message in context: http://old.nabble.com/error-page-problem---nested-exceptions-tp27272261p27294864.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: error-page problem - nested exceptions

2010-01-22 Thread Len Popp
plementation to find nested > exceptions? > > Cheers, rotis23 > -- > View this message in context: > http://old.nabble.com/error-page-problem---nested-exceptions-tp27272261p27276806.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > -

Re: error-page problem - nested exceptions

2010-01-22 Thread rotis23
cats error-page implementation to find nested exceptions? Cheers, rotis23 -- View this message in context: http://old.nabble.com/error-page-problem---nested-exceptions-tp27272261p27276806.html Sent from the Tomcat - User mailing list archiv

Re: error-page problem - nested exceptions

2010-01-22 Thread Len Popp
gt; see that they don't have the privleges rather than a generic error messge - > I also need the catchall! > > Has anyone else dealt with this issue? I've been searchign for a couple days > on this now. > > TIA, rotis23 > -- > View this message in context: >

error-page problem - nested exceptions

2010-01-22 Thread rotis23
Has anyone else dealt with this issue? I've been searchign for a couple days on this now. TIA, rotis23 -- View this message in context: http://old.nabble.com/error-page-problem---nested-exceptions-tp27272261p27272261.html Sent from the Tomcat - User mailing list archiv

error-page problem with tomcat 5.5.17

2006-08-11 Thread Veit Guna
Hi. I've got a strange problem with the error-page directive and tomcat 5.5.17 + myfaces 1.1 + facelets 1.1. I have the following in my web.xml: ... java.lang.Throwable /pages/error.html 500 /page

error-page problem

2006-07-27 Thread Guilherme Silveira
It seems like a bug in (exact version) tomcat 5.5.17: As defined per spec 2.4... I have stripped the problem to three files. The servlet conteiner is not unwrapping the ServletException as defined in the spec. Result: error 500. Expected result: server side redirect to error.jsp Important test