Page-encoding specified in XML Prolog (UTF-8) is different from that specified in page Directive (UT

Source: Internet
Author: User

After a web application is transplanted from tomcat-5.0.28 to Tomcat-6.0.16, the following error occurs:

Org. Apache. Jasper. jasperexception:
/Default/header. jsp () page-encoding specified in XML Prolog (UTF-8) is different from that specified in page Directive (UTF-8)

Is there a problem with the tomcat6 encoding verification? There is no problem under Tomcat 5.

After opening header. jsp, the following code is found:

<% @ Page Language = "Java" pageencoding = "UTF-8" %>

Change the lowercase "UTF-8" to the uppercase "UFT-8 ":

<% @ Page Language = "Java" pageencoding = "UFT-8" %>

Save and access again. Everything is normal.

2008/12/25 in Nanchang

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.