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 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 release-notes.txt.
>
> This works for me:
>     <error-page>
>          <error-code>500</error-code>
>          <location>/jsp/errorPage.jsp</location>
>      </error-page>
>
> -----Original Message-----
> From: Nate [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 27, 2003 5:15 PM
> 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-code>500</error-code>
>         <location>/server_err.jsp</location>
>     </error-page>
>
> however, when a 500 error is returned, it still shows the stack trace
> instead of my custom page.  Has anybody seen this before?  I've tried to
> search the archives, but they are currently unavailable.
>
> While I'm at it, where can I track down a changelog form 4.1.18 to 4.1.24?
>
> Thanks..
> Nathan McMinn
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to