프로그래밍/Java
톰캣 설치
Youngs_
2021. 5. 30. 19:07
현재 톰캣은 10까지 있다고 하지만 10은 베타버전이라고 한다. 해당 포스트에서는 톰캣 9을 설치 하겠다.
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
해당 링크에 들어간 후 32-bit/64-bit Windows Service Installer를 선택한다.
설치 과정중 아래와 같은 화면이 나오면 해당 화면과 같이 설정해준다
관리용 포트 : 8500
웹서비스 포트 : 8080
자바 실행환경을 선택하는 화면이다. jre가 설치된 링크를 선택한다.
http://localhost:8080를 입력한 후에 아래와 같은 화면이 나오면 설치가 완료된 것이다.