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
구글에 [tomcat 9.0.83]을 검색해서, Apache Tomcat 사이트 이동
'Archibves' 클릭
Index of /dist/tomcat/tomcat-9
archive.apache.org
위 사이트로 가면, tomcat9 버전별로 확인할 수 있음.
나는 v9.0.83이 필요해서, 해당 디렉터리를 클릭
[bin]으로 이동
스크롤을 내리면 'apache-tomcat-9.0.83.tar.gz'이 있는데, 그걸 다운로드 해서 우분투로 이동시킴.
tar xzvf apache-tomcat-9.0.83.tar.gz
그리고 해당 파일이 있는 곳에서 위 명령어를 이용해, 압축을 해제한다.
300x250
'LEARN > NEED' 카테고리의 다른 글
[Git] 깃 커밋 메시지 컨벤션 Commit Message Convention (0) | 2024.04.11 |
---|---|
[Spring] start.spring.io 사용 Spring Initializr (0) | 2024.04.09 |
[IntelliJ] 인텔리제이 깃 Git Branch 생성 및 Merge (0) | 2024.03.03 |
[kubernetes] minikube ip 접속 안 될 때 (0) | 2024.02.27 |
[Git] 윈도우에 깃 설치 (0) | 2024.02.25 |