为项目添加tomcat 6,发现不能添加,原因如下

eclipse部署Tomcat6 : The server does not support version 3.0 of the JEE Web module specification

这是因为Tomcat6不能为JavaEE3.0版本服务,把项目的版本降低到2.5就可以了

eclipse部署Tomcat6 : The server does not support version 3.0 of the JEE Web module specification

现在可以部署了

eclipse部署Tomcat6 : The server does not support version 3.0 of the JEE Web module specification

相关文章: