To be honest i think its because of IE's friendly error messages. You can turn them off and try again.
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, February 21, 2001 1:15 PM
To: Orion-Interest
Subject: Error Page

Hello,
I placed an error page tag in the web.xml in order to show a warning when any kind of error occurs.
However, that works fine with Netscape but not with Internet Explorer. Does anyone have any idea?
The following is the error page tag that I put.
 
<error-page>
  <error-code>500</error-code>
  <exception-type>java.lang.Exception</exception-type>
  <location>error_500.jsp</location>
</error-page>
 
I tried to put the whole URL in the location field, but it was of no use.
Please anyone......   I really appreciate all your clues in advance.
 
 
 
Simon

Reply via email to