泰山神 发表于 2018-12-5 13:41:48

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添加项目进行发布时,出现如下出错提示:
  "Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules”
  解决办法:
  在项目目录下面,.settings/中,
  找到 org.eclipse.wst.common.project.facet.core.xml 文件进行编辑,
  对其中的节点:

    修改成如下即可:

  
页: [1]
查看完整版本: Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules