etc/Install, Download

Tomcat 설치

My April 2024. 6. 19. 22:38
반응형

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

 

Apache Tomcat® - Apache Tomcat 10 Software Downloads

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

tomcat.apache.org

 

 

64-bit Windows zip 파일 다운로드하기

 

 

fullstack405 폴더로 다운로드한 파일 옮긴 후 압축 해제 → 폴더 이름 tomcat-10.1.24로 변경 → bin 폴더로 이동 후 경로 복사

 

cmd창 열어서 아래 명령어 두 개 입력

cd C:\fullstack405\tomcat-10.1.24\bin

startup.bat 또는 startup

 

크롬url창에 localhost:8080 입력해서 서버 정상 동작하는지 확인
cmd창에 shutdown.bat 또는 shutdown 입력해서 서버 닫기

 

반응형