我创建了一个 JSP 文件。
sample.jsp
<%@ page pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<title>Insert title here</title>
</head>
<body>
This is jsp program
</body>
</html>
我把它放在samplejsp
项目中。
samplejsp
`-- WebContent
`-- WEB-INF
`-- sample.jsp
我在以下 URL 上打开它。
http://localhost:8080/samplejsp/sample.jsp
但它在浏览器中显示以下错误。
404 错误
请求的资源 (/sample.jsp) 不可用。