Small problem of Using JSP built-in exception object

Source: Internet
Author: User
Symptoms: When a page error occurs and an exception is thrown, it should be handled by error. jsp. However, we did not jump to the custom error interface as we expected, but to the default error interface of IE.
Root cause: Error Code 500 is returned when error page of tomcat5.0 and later versions are processed. After ie gets code 500, it will check the length of the page. When the length is lower than a certain value, it will use its default 500 error page to replace the specified error page. It is called "user-friendly ".
Solution: Modify iesettings: cancel the "tool-Internet option-advanced-show friendly HTTP Error message" option of IE, or add you
The length of the error page.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.