Exception in AppMerge flows 'sssion

Source: Internet
Author: User
Tags tld


Exception in AppMerge flows 'sssion

Exception in AppMerge flows 'sssion
Exception in AppMerge flows 'sssion
Validation problems were found problem: cvc-complex-type.2.4a: Expected elements instead of here in element> problem: cvc-complex-type.2.4a: Expected elements instead of here in element> problem: cvc-complex-type.2.4a: expected elements instead of here element> problem: cvc-complex-type.2.4a: Expected elements instead of here in element> problem: cvc-complex-type.2.4a: Expected elements instead of here in element> problem: cvc-complex-type.2.4a: expected elements instead of here in element> problem: cvc-complex-type.2.4a: Expected elements instead of here in element>


Cause: After analysis, the web. xml configuration problem occurs. Some servlets have configured 'display-name', which is not supported by weblogic.
Solution: delete 'display-name' in web. xml, and the project can be successfully published under weblogic.

The preliminary estimation is that the problem lies in web. xml and is written in taglib. The problematic part of my web. xml is written as follows:
<Taglib>
<Taglib-uri>/WEB-INF/runqianReport4.tld </taglib-uri>
<Taglib-location>/WEB-INF/runqianReport4.tld </taglib-location>
</Taglib>
It's a pleasure to run on TOMCAT.
Later, I searched for the writing and requirements of taglib in web. xml, and found that the writing should be as follows:
<Jsp-config>
<Taglib>
<Taglib-uri>/WEB-INF/runqianReport4.tld </taglib-uri>
<Taglib-location>/WEB-INF/runqianReport4.tld </taglib-location>
</Taglib>
</Jsp-config>

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.