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) は利用できません。