Re: FAQ, but help!

2004-02-20 Thread Tony Nakamura
throwable exceptions by servlet and jsp? Thanks! Tony - Original Message - From: "Tony Nakamura" [EMAIL PROTECTED] To: "Tomcat Users List" [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 3:21 PM Subject: Re: FAQ, but help!

Re: FAQ, but help!

2004-02-20 Thread QM
On Fri, Feb 20, 2004 at 07:58:29AM -0600, Tony Nakamura wrote: : I do have one more question to ask, if I may. Is there a list of : all throwable exceptions by servlet and jsp? Yes and no. ;) 1/ Yes: check the servlet spec for method signatures. For example, a servlet's doGet() throws (IIRC)

FAQ, but help!

2004-02-19 Thread Tony Nakamura
Hi, I am using Tomcat 4.0.4 on Win2K environtment. I see in many places on the net that catching 500 error is much more compilcated than catching something like 404. I have the following in the %root%/my_app/conf/web.xml

RE: FAQ, but help!

2004-02-19 Thread Shapira, Yoav
Howdy, 404. I have the following in the %root%/my_app/conf/web.xml It should be in WEB-INF/web.xml under your webapp. First, I'm wondering if this is a bug on 4.0.4, and second, if there is a way around it without having to upgrade to the newer version. What's a bug? You haven't described

Re: FAQ, but help!

2004-02-19 Thread Tony Nakamura
(B Tony - Original Message - From: "Shapira, Yoav" [EMAIL PROTECTED] To: "Tomcat Users List" [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 11:02 AM Subject: RE: FAQ, but help! Howdy, 404. I have the follo

RE: FAQ, but help!

2004-02-19 Thread Shapira, Yoav
Howdy, There are two web.xml, I guess? There is one in %root%\conf\web.xml (sorry, it wasn't in the my_app directory), which I can use custom pages for 404 errors after adding entries, and there is another one in WEB-INF directory as well. Yes. The first is for all tomcat webapps, and you

Re: FAQ, but help!

2004-02-19 Thread Tony Nakamura
mcat Users List" [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 11:49 AM Subject: RE: FAQ, but help! Howdy, There are two web.xml, I guess? There is one in %root%\conf\web.xml (sorry, it wasn't in the my_app directory), which I can use custom pages for

Re: FAQ, but help!

2004-02-19 Thread Tony Nakamura
- Original Message - From: "Shapira, Yoav" [EMAIL PROTECTED] To: "Tomcat Users List" [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 11:49 AM Subject: RE: FAQ, but help! Howdy, There are two web.xml, I guess? There i

Re: FAQ, but help!

2004-02-19 Thread Tony Nakamura
/error-page ??? Thanks, Tony - Original Message - From: "Shapira, Yoav" [EMAIL PROTECTED] To: "Tomcat Users List" [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 11:49 AM Subject: RE: FAQ, but help! Howdy,