Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Jav

Source: Internet
Author: User

 

When using eclipse for a project, select the latest version 3.0 in the bar. When the project is deployed, the error Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules occurs.

 

Two solutions:

1.

There is a file in the. setting folder of the Project, which configures various versions.

<? Xml version = "1.0" encoding = "UTF-8"?>
<Faceted-project>
<Fixed facet = "java"/>
<Fixed facet = "jst. web"/>
<Fixed facet = "wst. jsdt. web"/>
<Installed facet = "java" version = "1.7" type = "codeph" text = "/codeph"/>
<Installed facet = "jst. web" version = "3.0" type = "regxph" text = "yourobjectname"/>
<Installed facet = "wst. jsdt. web" version = "1.0"/>
</Faceted-project>

Modify <installed facet = "jst. web" version = "3.0"/> to <installed facet = "jst. web" version = "2.5"/>.

2.

Download Tomcat 7.0

 

 

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.