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
윈도우: zip
맥: tar.gz

MAC
다운 받은 파일을 압축을 푼 다음
홈 폴더에 이동시킨다
cd ~/apache-tomcat-본인이 다운 받은 tomcat 버전/bin <--- tomcat이 설치된 경로의 bin디렉토리로 이동
cd ~/apache-tomcat-9.0.75/bin
폴더에 startup.sh와 shutdown.sh이 있는지 볼 수 있음
ls -la
톰캣 실행 및 종료
./startup.sh <--- tomcat실행
./shutdown.sh <--- tomcat종료
톰캣 실행 확인
브라우저 창에 localhost:8080 입력 후 밑의 화면이 보인다면 성공

반응형
'Spring > 환경설정' 카테고리의 다른 글
Git 다운로드 (0) | 2023.05.12 |
---|---|
Visual Studio Code 다운로드 (0) | 2023.05.12 |
IntelliJ 다운로드 (0) | 2023.05.12 |
통합 개발 환경 STS 다운로드 (0) | 2023.05.12 |
JDK 다운로드 (0) | 2023.05.12 |