javax.servlet cannot be resolved to a type 这个错误主要是因为缺少jsp-api.jar 和 servlet-api.jar这两个Jar包。直接把 Tomcat7.0 下lib目录中的 jsp-api.jar 添加 Build path 中。