Joe Reger, Jr. wrote:

I'm having the same problem on Tomcat 5.0.2. Tried restarting the app.
Then tried restarting Tomcat. Then rebooted the machine. Still getting the
stack trace. I assumed for a while that I had a compilation error in my
error.jsp so I made error.jsp a very simple page with no code. It still
isn't working. Open to suggestions. Thanks, Joe


Yes, that was a bug in 5.0.x....I've fixed the problem this week so you may want to use the HEAD branch of Tomcat 5 (http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/). I will look at the Tomcat 4.1.x and see if I've found something.

-- Jeanfrancois




-----Original Message-----
From: Nate [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:22 PM
To: Tomcat Users List


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]


--------------------------------------------------------------------- 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