Hi,
(B
(BI am using Tomcat 4.0.4 on Win2K environtment. I see in many places on the
(Bnet
(Bthat catching 500 error is much more compilcated than catching something
(Blike
(B404. I have the following in the %root%/my_app/conf/web.xml
(B
(B-----------------------------------------------------------
(B <error-page>
(B <error-code>404</error-code>
(B <location>/404.html</location>
(B </error-page>
(B
(B<error-page>
(B <exception-type>java.io.FileNotFoundException</exception-type>
(B <location>/500.jsp</location>
(B</error-page>
(B
(B<error-page>
(B <error-code>500</error-code>
(B <location>/500.jsp</location>
(B</error-page>
(B------------------------------------------------------------
(B
(BFirst, I'm wondering if this is a bug on 4.0.4, and second, if there is a
(Bway around
(Bit without having to upgrade to the newer version.
(B
(B
(BThank you in advance!
(B
(B
(BTony
(B
(B
(B---------------------------------------------------------------------
(BTo unsubscribe, e-mail: [EMAIL PROTECTED]
(BFor additional commands, e-mail: [EMAIL PROTECTED]