I tried making a web site page with jsp and tomcat.
I made a Dynamic web project and then made a jsp file on it.
Then I typed 'hello jsp'
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>`enter code here`
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
hello JSP~!
</body>
</html>
like this and ctrl f11.
Hello JSP is exactly printed on the chorme but there is a error mark on Dynamic web project file.
The problem is JAVA BUILD PROBLEM and the description is ' Archive for required library: '/Volumes/T7/KGitbank/JSP (6월)/apache-tomcat-9.0.63/lib/._tomcat-i18n-ko.jar' in project 'JSP01' cannot be read or is not a valid ZIP file JSP01'. I did lots of things to solve it like but it still doesn't work..
I put tomcat in my external hard drive.. Is that a problem...? What can I do else?