본문 바로가기

Spring

톰캣(Tomcat 9) 다운로드 및 설치

1. 웹 서버 Tomcat 9 다운로드

9.0.74

https://tomcat.apache.org/download-90.cgi

 

Apache Tomcat® - Apache Tomcat 9 Software Downloads

Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which version you need? Specification version

tomcat.apache.org

 

 

2. 압축 파일 C: 복사하여 압축 풀기

압축 풀면 설치 완료

 

 

3. 톰캣 환경변수 JAVA_HOME 설정

https://reicoding.tistory.com/55

 

Java 11 (OpenJDK) 다운로드 및 설치, 환경변수 설정

1. 자바 개발도구 Java 11 다운로드 Java11.0.2 (build 11.0.2+9) https://jdk.java.net/archive/ Archived OpenJDK GA Releases Archived OpenJDK General-Availability Releases This page is an archive of previously released builds of the JDK licensed unde

reicoding.tistory.com

 

 

4. 톰캣 실행: 도스창에 톰캣 설치 경로로 이동하여 startup 입력

JRE_HOME 은 JAVA_HOME 과 같음

JAVA_HOME 값을 읽어서 JRE_HOME 으로 셋팅

 

 

5. 브라우저로 톰캣에게 요청

내 PC: localhost

톰캣 기본 포트: 8080

이 화면이 나오면 톰캣 정상 설치

 

 

6. 톰캣 종료: 도스창에 shutdown 입력

톰캣 콘솔 닫아도 종료

 

 

7. 톰캣 종료 시 브라우저로 톰캣에게 요청 불가