I had this problem when I was adding my new server(Tomcat 6), While I was configured an old server (Tomcat 7) for the same project
Solving this problem is so easy:
- In project, “.settings” folder, find this file “org.eclipse.wst.common.project.facet.core.xml“, change the version of
facet="jst.web"
to 2.4 or 2.5.
facet="jst.web"
to 2.4 or 2.5.
No comments:
Post a Comment