It may be because of the size of your errorpage.jsp. According to

http://www.404-error-page.com/404-error-page-too-short-problem-microsoft
-ie.shtml 

500 errors should have pages with size greater than 512 bytes.

Marius

-----Original Message-----
From: David Thielen [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 7:29 AM
To: [email protected]
Subject: <error-page> not working

Hi;

 

I am using JSF - although that should not make a difference.

 

In web.xml I have:

    <error-page>

        <exception-type>java.lang.Throwable</exception-type>

        <location>/errorpage.jsp</location>

    </error-page>

 

And in my event handler I have:

    throw new NullPointerException("hi there");

 

But when it happens, I get the following in IE:



The page cannot be displayed

 


There is a problem with the page you are trying to reach and it cannot
be displayed.


  _____  

Please try the following:

*       Open the  <http://localhost:8080> localhost:8080 home page, and
then
look for links to the information you want. 
*       Click the Refresh button, or try again later. 
*       Click  <javascript:doSearch()> Search to look for information on
the
Internet. 
*       You can also see a list of related sites. 

 


HTTP 500 - Internal server error
Internet Explorer 


 

Any ideas?

 

Thanks - dave

 


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

Reply via email to