I\'m trying to deploy a very simple HTTPServlet project using Tomcat 7 in my Eclipse J2EE perspective. I am getting the error \"Tomcat version 7.0 only supports J2EE 1.2, 1.
This problem can be resolved by by changing the Dynamic Web Module version to 3.0. This can be done in 2 ways.
Goto project properties and click on project facets, now you see the option Dynamic Web Module
, change it to 3.0
For those who can't change the version in the above step, open org.eclipse.wst.common.project.facet.core.xml
and change the version here to something like
Now go to project facets and see the Dynamic Web Module
version changed to 3.0