RE: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread bryan jacobs
. Bryan > Date: Wed, 12 May 2010 19:50:16 +0400 > Subject: Re: error-page exception-type subclasses of RuntimeException are not > handled > From: knst.koli...@gmail.com > To: users@tomcat.apache.org > > 2

RE: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread bryan jacobs
Thanks for that information. I will do some research based on that. Bryan > Date: Wed, 12 May 2010 19:50:16 +0400 > Subject: Re: error-page exception-type subclasses of RuntimeException are not > handled > From: knst.koli...@gmail.com > To: users@tomcat.apache.org >

RE: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread bryan jacobs
ke good coding standards(what you are doing anyway). If you are > using JSF you can use to control views for user error to > redirect them to error page. > > -- > From: "bryan jacobs" > Sent: Wednesday, May 12, 2010 12:5

error-page exception-type subclasses of RuntimeException are not handled

2010-05-11 Thread bryan jacobs
Tomcat Version: apache-tomcat-6.0.26 JDK: jdk1.6.0_19 OS: Windows XP Service Pack 2 I am using the element in my web.xml with the element which contains a subclass of RuntimeException. When I subclass RuntimeException the element which specifies my error-page to land on in the event that