IT/SpringBoot

[Tomcat] 톰캣 설치 및 환경설정

j8970 2025. 4. 24. 09:48

서블릿 톰캣 배포


다운로드
https://tomcat.apache.org/

 

Apache Tomcat® - Welcome!

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

tomcat.apache.org

Core 목록에 tar.gz를 눌러 다운받아줍니다

작업 환경에 파일을 옮겨준 뒤

인텔리제이에서 경로 지정을 해줍니다.

프로젝트를 해당 순서대로 만들어줍니다.

코드를 작성한 뒤 실행시키면 됩니다.

해당 화면이 나오면 완료!