Is there any way to redirect on exceptions thrown when a page is compiles by
tomcat??

/Peter
> -----Original Message-----
> From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]]
> Sent: den 5 mars 2002 16:07
> To: Tomcat Users List
> Subject: AW: Using errorPage
> 
> 
> If the exception is thrown after the first bytes have been 
> sent to the browser you won't get redirected to the error 
> page.
> 
> The bytes are sent when the output reaches the buffer size.
> (AFAIK 8K per default)
> 
> > -----Ursprüngliche Nachricht-----
> > Von: Peter Lewandowski [mailto:[EMAIL PROTECTED]]
> > Gesendet: Dienstag, 5. März 2002 15:34
> > An: 'Tomcat Users List'
> > Betreff: Using errorPage
> <snip/>
> > In my jsp page I create an exception, but I am never 
> > redirected to my error
> > page. Have I forgotten anything? Do I have to set something 
> up in the
> > configuration files? 
> <snip/>
> 
> --
> 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