Nobody uses this?
I added these lines to my web.xml
<error-page>
<exception-type>java.lang.Exception</exception-type>
<location>/ponto/error.jsp</location>
</error-page>
With this, any thrown exception should be redirected to
/ponto/error.jsp, right?
Well, it seems that when an Servlet generates an exception it
doesn't... This is by design?
Tomcat 4.0.4 in RH Linux 7.3
--
Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893
Faculdade Ritter dos Reis
www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303328
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>