Custom 500 error page

2003-06-27 Thread Nate
Hi all, I'm using tomcat 4.1.18 and am having a problem with custom error pages. I have included the following in my global web.xml file error-page error-code500/error-code location/server_err.jsp/location /error-page however, when a 500 error is returned, it still

Re: Custom 500 error page

2003-06-27 Thread Tim Funk
What if you try to access /server_err.jsp directly? Is the error page also throwing an error? -Tim Nate wrote: Hi all, I'm using tomcat 4.1.18 and am having a problem with custom error pages. I have included the following in my global web.xml file error-page

RE: Custom 500 error page

2003-06-27 Thread Tim Davidson
To: Tomcat Users List Subject: Custom 500 error page Hi all, I'm using tomcat 4.1.18 and am having a problem with custom error pages. I have included the following in my global web.xml file error-page error-code500/error-code location/server_err.jsp/location /error

Re: Custom 500 error page

2003-06-27 Thread Nate
I can access the page directly with no problems. - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 11:29 AM Subject: Re: Custom 500 error page What if you try to access /server_err.jsp directly? Is the error page

Re: Custom 500 error page

2003-06-27 Thread Nate
What version of Tomcat are you running? Perhaps I need to upgrade. - Original Message - From: Tim Davidson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 11:34 AM Subject: RE: Custom 500 error page The change notes are in the distribution under

Re: Custom 500 error page

2003-06-27 Thread Nate
For future reference, I just upgraded from 4.1.18 to 4.1.24, and that fixed the issue. - Original Message - From: Nate [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 11:38 AM Subject: Re: Custom 500 error page What version of Tomcat are you

RE: Custom 500 error page

2003-06-27 Thread Joe Reger, Jr.
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 11:38 AM Subject: Re: Custom 500 error page What version of Tomcat are you running? Perhaps I need to upgrade. - Original Message - From: Tim Davidson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: Custom 500 error page

2003-06-27 Thread Jean-Francois Arcand
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 11:38 AM Subject: Re: Custom 500 error page What version of Tomcat are you running? Perhaps I need to upgrade. - Original Message - From: Tim Davidson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

Re: Custom 500 error page

2003-06-27 Thread Nate
- Original Message - From: Joe Reger, Jr. [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, June 27, 2003 12:43 PM Subject: RE: Custom 500 error page I'm having the same problem on Tomcat 5.0.2. Tried restarting the app. Then tried restarting Tomcat. Then rebooted