在eclipse中,用maven新建web项目时,jsp页面报错:
T.
说明缺少httpServlet,解决方法是:
右键项目-Properties-Targeted Runtimes-选择自己要运行的服务器,比如 Apache Tomcat v7.0-ok!
据说也可以在pom.xml中添加
javax.servlet servlet-api 2.5
本文共 289 字,大约阅读时间需要 1 分钟。
在eclipse中,用maven新建web项目时,jsp页面报错:
T.
说明缺少httpServlet,解决方法是:
右键项目-Properties-Targeted Runtimes-选择自己要运行的服务器,比如 Apache Tomcat v7.0-ok!
据说也可以在pom.xml中添加
javax.servlet servlet-api 2.5
转载于:https://my.oschina.net/u/2430057/blog/548847