`
lxs647
  • 浏览: 517386 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules

阅读更多

在 部署项目的时候,突然提示如下:

 

 Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules。

 

后来发现是因为前几天用eclipse helios版本导入过项目进行过Mybatis 的generate config操作(因为低版本的eclipse的相应的插件安装不上),而项目平时都是用galileo版本打开的。

 

于是乎,到project所在目录下的【.settings】目录下找到org.eclipse.wst.common.project.facet.core.xml文件,我的内容如下:

 

<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
  <installed facet="jst.java" version="5.0"/>
  <installed facet="jst.web" version="2.5"/>
</faceted-project>

 

对照项目被导入eclipse helios版之前的配置,修改jst.web 的version为2.3:

<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
  <installed facet="jst.java" version="5.0"/>
  <installed facet="jst.web" version="2.3" />
</faceted-project>

0
2
分享到:
评论

相关推荐

    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...

    JBoss Application Server

    The J2EE platform manages the infrastructure and supports the Web services to enable development of secure, robust and interoperable business applications.” J2EE 1.3 Technologies Enterprise ...

    Professional Servlets and JSP The J2EE Web Tier

    Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver...

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

    Sucop virus analysis tool(File Format Identifier) v1.4 unnoo-dswlab products It is an auxiliary tool for virus analysis, which includes various file format recognition engine code, sniffing ...

    Oracle WebLogic Web Server Plug-Ins (mod_wl_24.so)

    WebLogic Web Server Plugins 12c now supports Apache 2.4.x Web Server and can proxy WebSocket applications deployed within WebLogic Server 12.1.2+ when configured with Apache 2.2.x and 2.4.x Web ...

    HTML5 and JavaScript Web Apps

    Learn how to incorporate web storage, web workers, geolocation, Device Orientation, and WebSockets into your application architecture, using real-world examples. If you're familiar with server-side ...

    (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 ...

    Community Core Vision 1.3

    CCV can interface with various web cameras and video devices as well as connect to various TUIO/OSC/XML enabled applications and supports many multi-touch lighting techniques including: FTIR, DI, DSI...

    Community Core Vision 1.2

    CCV can interface with various web cameras and video devices as well as connect to various TUIO/OSC/XML enabled applications and supports many multi-touch lighting techniques including: FTIR, DI, DSI...

    openssl-1.1.0f.tar.gz

    openssl-1.1.0f.tar.gz源码包版本下载 openssl-1.1.0f.tar.gz源码包版本下载

    Bakery GPU Lightmapper1.4

    Bakery is a high-end, production-ready, hassle-free GPU lightmapper, designed as an alternative to Enlighten and Progressive. NOTE: Requires modern Nvidia GPU (6xx or newer) and 64-bit Windows (7 or...

    Materialize FX 1.2.4.1

    (Supports only Built-in Render Pipeline, HDRP/URP are not supported) Shader is made by using an amplify shader editor function, and all logic is in the independent function, therefore you can call ...

    (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 ...

    JSTL1.2详细配置

    The most important difference is that JSTL 1.2.x supports Unified EL (Expression Language) , where as JSTL 1.1.x supports only traditional EL. With Unified EL it becomes very easy to combine the EL ...

    中恒电源监控调试软件

    SM45/SM65 Supervisory Modules Version 6.12 and earlier • SM40/SM60 Supervisory Modules Version 4.08 and earlier • SM50 Supervisory Module Version 5.05 and earlier • SM30 Supervisory Module Version ...

    mongodb exception: $concat only supports strings, not NumberInt32解决办法

    主要介绍了mongodb exception: $concat only supports strings, not NumberInt32解决办法,需要的朋友可以参考下

    EMS Excel Report v1.3

    ExcelReport supports Borland Delphi 5, 6, 7, and MS Office 97 SR-1, 2000, 2002 (XP).Main features:1. Creating report templates directly in MS Excel.2. Possibility of saving template as in the ...

    Web Data Mining and the Development of Knowledge-Based Decision Systems2017

    This book presents recent investigations and enhancements in the field of Decision Support Systems, Web Data Mining, web engineering, with specific emphasis on development of Decision Support Sys- ...

    wodTelnetDLX.exe

    Implements VT100 and Linux emulation (only ActiveX version) Supports NTLM Telnet authentication Has blocking mode for scripting clients (only COM version), as well as non-blocking mode (both versions)...

Global site tag (gtag.js) - Google Analytics