WEB/Spring

서블릿 공부 시작

Gh1324 2021. 10. 9. 02:39
728x90

톰캣 설치

https://tomcat.apache.org/

 

Apache Tomcat® - Welcome!

The Apache Tomcat® software is an open source implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications. These specifications are part of the

tomcat.apache.org

 

환경변수 설정 -> jdk 설치 후 JAVA_HOME

 

 

 

아니면

 

이클립스 웹 개발자용 설치

https://www.eclipse.org/downloads/packages/

 

준비 완료

728x90

'WEB > Spring' 카테고리의 다른 글

DI (dependency injection) 의존성 주입  (0) 2022.01.04
게시판에 파일 저장하기  (0) 2021.12.23
EL의 데이터 저장소  (0) 2021.10.14
JSP 내장객체  (0) 2021.10.13
세션 메소드 session method  (0) 2021.10.09