Doesn't error 500 means the server (tomcat) isn't responding?
in which case, if there's a problem with tomcat, it can't then process the
request to tell you there's a problem ;)


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 4 February 2003 5:46
To: [EMAIL PROTECTED]
Subject: error page for error code 500?


Greetings,
      My apologies for  this simple question...
      I am using 4.0.4

      I am able to capture the error codes 404 and 400 but not 500.

My snippet bellow.......

<!-- This works...-->
  <error-page>
    <error-code>404</error-code>
    <location>/error/ServerError404Page.jsp</location>
  </error-page>

  <error-page>
    <error-code>400</error-code>
    <location>/error/Server400ErrorPage.jsp</location>
  </error-page>

  <!-- this does not work - why?  -->
  <error-page>
    <error-code>500</error-code>
    <location>/error/Server500ErrorPage.jsp</location>
  </error-page>


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

www.sensis.com.au

A leading Australian advertising, information 
and directories business. 

www.yellowpages.com.au
www.whitepages.com.au
www.citysearch.com.au
www.whereis.com.au
www.telstra.com.au

This email and any attachments are intended only for the use of the recipient and may 
be confidential and/or legally privileged.
Sensis Pty Ltd disclaims liability for any errors, omissions, viruses, loss and/or 
damage arising from using, opening or transmitting this email.
If you are not the intended recipient you must not use, interfere with, disclose, copy 
or retain this email and you should notify the sender immediately by return email or 
by contacting Sensis Pty Ltd by telephone on [+61 3 9201 4888]

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

Reply via email to