I will check it out. Thanks very much for the information.

--Michael

On Wed, 13 Feb 2002 10:57:09 -0600
"Christopher K. St. John" <[EMAIL PROTECTED]> wrote:

> Michael Molloy wrote:
> > 
> > ... if there is a setting for web.xml or something
> > to foward all pages that throw exceptions to a certain
> > url, that's what I'm looking for.
> > 
> 
>  In web.xml:
> 
>  <error-page>
>     <exception-type> MyException </exception-type>
>     <location> /myexception.html </location>
>   </error-page>
> 
>  the servlet spec[1] has a complete description in
> section SRV.9.9.2.
> 
> 
> [1] http://java.sun.com/products/servlet/download.html
>  
> 
> -- 
> Christopher St. John [EMAIL PROTECTED]
> DistribuTopia http://www.distributopia.com
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to