I have a project that Eclipse's Maven integration produced. All function properly, but all JSP files have the following in the workspace:
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
To the first string where place:
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
When I add JSP to a simple dynamic web project, everything runs smoothly and without any issues.