Link to home
Start Free TrialLog in
Avatar of Gangadhara Melukote
Gangadhara MelukoteFlag for United States of America

asked on

Redirect Internal Server Error to custom JSP page

Can anyone please let me know how to redirect the error 500 (Internal Server Error) to custom JSP page?. I have placed below pice of code in web.xml and created Error.jsp. But still the error is not redirecting to this custom Error.jsp.

<error-page>    
     <error-code>500</error-code>    
     <location>/Error.jsp</location>    
</error-page>
SOLUTION
Avatar of chaitu chaitu
chaitu chaitu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of mrcoffee365
mrcoffee365
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial