//jsp的import结尾多了一个分号“;”
<%@page import="java.util.*";%>
//报错信息
HTTP Status 500 - /request1.jsp (line: 2, column: 1) Unterminated <%@ page tag
type Exception report
message /request1.jsp (line: 2, column: 1) Unterminated <%@ page tag
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: /request1.jsp (line: 2, column: 1) Unterminated <%@ page tag
<%@page import="java.util.*";%>
//报错信息
HTTP Status 500 - /request1.jsp (line: 2, column: 1) Unterminated <%@ page tag
type Exception report
message /request1.jsp (line: 2, column: 1) Unterminated <%@ page tag
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: /request1.jsp (line: 2, column: 1) Unterminated <%@ page tag