https://www.tutorialspoint.com/jsp/index.htm
[ JSP – Home ]
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
안녕하세요
</body>
</html>
프로젝트로 Run → 왼쪽의 'day1015 프로젝트(폴더)'를 마우스 우클릭하여 Run
[ localhost:8080/day1015/ ]