新建maven工程index.jsp页面报错

引入servlet依赖jar

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>

原文地址:https://www.cnblogs.com/sanduweiliangxtx/p/5829056.html