|
19th Jul 2007 07:08:10 AM |
dhilshuk Reddy
|
Problem with InterExplorer 7.0 for ErrorPage |
|
| |
Hello,
I was working with
Error.jsp:
<%@ page errorPage="ExceptionHandler.jsp" %>
<% int num=0;
int total=100;
int percentage=0;
percentage = total/num;
%>
ExceptionHandler.jsp
<%@ page isErrorPage = "true"%>
An exception as occurred
<%= exception %>
The same code is working fine with Mozilla Fire fox and Internet Explorer lower version than 7.0
when iam trying to request:
http://localhost:8080/JSP/Error.jsp:
Iam getting a Status code error of 500.
I have worked with all the settings of the Internet Explorer 7.0.
I have turned off all the pop-up blockers.
Is anyone facing the same problem.
Do any one have solution to this problem please let me know.
regards,
Dhilshuk Reddy.
|
| |
|
|
|
| |
| # 24th Jul 2007 03:25:52 AM |
elicos
|
| |
Hey,
IE is automatically configured to use HTTP "Friendly errors" you can disable this and you will get the desired behavior these are the steps:
In IE menu navigate to tools -> options -> advanced tab
There you should uncheck the option "show friendly http error messages".
Hope I helped.
Regards, Eli. |
| |
|
|
|
| 24th Jul 2007 05:53:35 AM |
dhilshuk Reddy
|
| |
Hello elicos,
I have disable the HTTP Friendly Errors option and now it is working fine.
Thank you for this valuable information.
regards,
Dhilshuk Reddy.
|
| |
|
|
|
|
| 24th Jul 2007 05:55:13 AM |
dhilshuk Reddy
|
| |
Hello elicos,
I have disable the HTTP Friendly Errors option and now it is working fine.
Thank you for this valuable information.
regards,
Dhilshuk Reddy.
|
| |
|
|
|
|
| 26th Sep 2007 03:56:47 PM |
rupinder
|
| |
hi dear,
i tried the way u told and it worked
thanks |
| |
|
|
|
|
| |
| # 23rd Jul 2007 02:40:01 PM |
kentaromiura
|
| |
error 500 is "internal server error", so is not a client problem, maybe you've already solved but you're loading a cache version of the page, try a ctrl+F5 |
| |
|
|
|
| 23rd Jul 2007 11:16:03 PM |
dhilshuk Reddy
|
| |
Hello,
The browser (Internet Explorer 7.0)is not allowing the functionality of errorPage
so when I request the page(with errorPage) which is throwing the exception the server unable to locate the page( isErrorPage) which is handling the exception.
Would it have been a server problem I could have get the same problem on MozillaFirefox and Internet Explorer lesser versions.
Any how to try to slove this problem.
Thanks for your reply.
regards,
Dhilshuk Reddy. |
| |
|
|
|
|