1.用Eclipse进行Java web开发时,可能会出现这样的错误:The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path。
解决 :BuildPath --> add Library ->server runtime-->apach tomcat6.0v
2、Eclipse : An error occurred while filtering resources
解决:Maven -> Update Project... resolved this problem for me
3、Cannot change version of project facet Dynamic Web Module to 3.0. 和 One or more constraints have not been satisfied.
解决:需要修改 project的 properties的 project facts的 Dynamic Web Moudle Version版本和 web.xml中的版本一直,然后 在通过maven update
4、Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix.