JavaClassic2 / study

공부 내용 저장소
0 stars 0 forks source link

JSP 파일 구조 #10

Open siddltkfkd opened 3 months ago

siddltkfkd commented 3 months ago
siddltkfkd commented 3 months ago

webapp 목록은 localhost:8080 의 manager app에서 확인 가능

siddltkfkd commented 3 months ago

classes 폴더 및에 패키지 경로대로 class 파일 배치 classes 폴더를 root 폴더로 인식

siddltkfkd commented 3 months ago

index.jsp는 메인 화면이라고 보면 된다.

siddltkfkd commented 3 months ago

WEB-INF : web information, 웹에 관한 정보 브라우저는 WEB-INF 하위 페이지에 접근할 수 없다.

a 태그로 이동이 불가능하기 때문에 보안이 필요한 페이지는 WEB-INF 폴더 하위에 만든다. 그 후 Controller로 페이지를 이동시키면 된다. (이건 기초 연습 과정에선 알 필요 없음)