`

eclipse下发布项目提示Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5

 
阅读更多

布署项目的时候出现Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules错误;解决方法如下:

在工作空间项目下的.settings下面,有个名为org.eclipse.wst.common.project.facet.core.xml的文件,里面配置有各种版本信息:

<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Apache Tomcat v5.5"/>
<fixed facet="jst.web"/>
<fixed facet="jst.java"/>
<installed facet="jst.java" version="5.0"/>
<installed facet="jst.web" version="3.0"/>
<installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>
像上面错误,可以下载Tomcat 7。0解决,也可以把<installed facet="jst.web" version="3.0"/> 改成低些的版本version="2.5"

分享到:
评论

相关推荐

    Maven常见问题解答

    4. **Tomcat 8.5支持的Web模块版本问题**:当出现“Tomcat version 8.5 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, and 7 Web modules”这样的错误时,原因是动态Web模块的版本设置不正确。要解决这个...

    QTTabBar_1.2.1.3_glb.zip

    Version 1.1 ( 2007-9-5 ) +Supports Plugins +Supports language file +Option to send window to task tray +Option to specify Preview tip max size +now Toolbar background color is available on XP +merged...

    官方原版apache-tomcat-8.5.31

    Apache Tomcat 8.5.31 是一个官方发布的开源软件,主要用于运行Java Servlet和JavaServer Pages(JSP)的应用服务器。它是由Apache Software Foundation维护的Tomcat项目的一部分,是Java社区中最流行的轻量级应用...

    Java_for_the_Web_with_Servlets

    It supports the latest versions of the Java Servlet, JavaServer Pages (JSP), and Java Expression Language (EL) specifications. ##### Inside Servlets - **`javax.servlet` Package**: This package ...

    Java邮件开发Fundamentals of the JavaMail API

    1.2.x, and J2SE version 1.3.x. Note: After installing Sun's JavaMail implementation, you can find many example programs in the demo directory. Installing JavaMail 1.2 To use the JavaMail 1.2 ...

    Java - J2EE Job Interview Companion.pdf

    ### Java - J2EE Job Interview Companion: Key Knowledge Points on Log4j #### Introduction to Log4j Log4j is an open-source logging utility designed for Java applications. It provides a flexible and ...

    (AIX 5L Version 5.2)Technical Reference: Base Operating System and Extensions, Volume 1

    · AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 1 and AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 2 provide information ...

    万能脱壳工具 病毒分析工具 V1.4

    dumpping memory, processesing the overlay, PE address conversion, supporting PEid plugins, computing MD5 and efficient use of third-party tools, and so on. It is also used for disposing the Trojan ...

    java7帮助文档

    This release contains Java API for XML Processing (JAXP) 1.4.5, supports Java Architecture for XML Binding (JAXB) 2.2.3, and supports Java API for XML Web Services (JAX-WS) 2.2.4. ...

    Eclipse插件\快捷键

    ### Eclipse 插件与快捷键知识点详解 #### Eclipse 插件概述 Eclipse 是一个开源的、可扩展的集成开发环境(IDE),广泛应用于 Java 开发。为了满足不同开发者的需求,Eclipse 支持大量的插件,这些插件极大地增强...

    SourceNavigator_6.0

    Source-Navigator is a source code analysis tool....Source-Navigator supports C, C++, Java, Tcl, [incr Tcl], FORTRAN and COBOL, and provides and SDK so that you can write your own parsers.

    JADE-all-4.1.zip_Agent_JADE4.1_Multi Agent System_jade java_jade

    JADE(JAVA Agent开发框架)是一个完全由JAVA语言开发的软件,它简化了多Agent系统的实现。-JADE (Java Agent DEvelopment Framework) is a ... The only system requirement is the Java Run Time version 1.4 or later

    soapui-eclipse-plugin 3.0 part4

    The soapui-eclipse-plugin supports all features available in soapUI and also add a few eclipse-specific ones; - a soapUI Nature that displays an integrated soapUI project in the Project Explorer and ...

    USB Type-C Specification Release 1.3.pdf

    从以上描述中,我们可以了解到USB Type-C的USB Type-C Cable and Connector Specification Release 1.3文档所包含的核心知识点:USB Type-C接口的技术规范、USB Type-C的主要功能特点、USB Type-C在市场上的应用优势...

    thymeleaf-extras-eclipse-plugin-2.1-master.zip

    Eclipse Indigo SR2 (3.7.2) w/ Web Tools Platform 3.3.2 (ie: the Java EE Developer bundle) Installation In Eclipse, go to Help &gt;&gt; Install New Software... then either use the update site URL, or ...

    (AIX 5L Version 5.2)Technical Reference: Kernel and Subsystems, Volume 1

    &lt;br&gt;· AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 1 and AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 2 provide ...

    (AIX 5L Version 5.2)Technical Reference: Kernel and Subsystems, Volume 2

    &lt;br&gt;· AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 1 and AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 2 provide ...

    Json.NET 6.0 R3 For.NET(2.0-4.5)

    LINQ to JSON is good for situations where you are only interested in getting values from JSON, you don't have a class to serialize or deserialize to, or the JSON is radically different from your class...

    j2ee ejb例子

    Java 企业版(J2EE,现在称为Java EE)是一个用于构建企业级应用程序的平台,它提供了一系列的接口和组件模型。在Java EE中,Enterprise JavaBeans(EJB)是核心部分之一,它允许开发人员创建可部署在服务器端的组件...

Global site tag (gtag.js) - Google Analytics