Apache Tomcat 8.5 설치 말고 압축 풀기
https://integer-ji.tistory.com/51?category=752858
Apache Tomcat 8.5 설치
Apache Tomcat8.5 설치 참고 : https://offbyone.tistory.com/321 java spring을 이용해 웹 개발을 하려면 웹서버가 준비되어 있어야 한다고 합니다. 그래서 웹 서버는 Apache Tomcat을 사용하도록 하겠습니다. *..
integer-ji.tistory.com
기존 설치 가이드
https://tomcat.apache.org/download-80.cgi
Apache Tomcat® - Apache Tomcat 8 Software Downloads
Welcome to the Apache Tomcat® 8.x software download page. This page provides download links for obtaining the latest versions of Tomcat 8.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versions
tomcat.apache.org
아파치 설치 사이트
이번엔 설치파일 말고 zip파일로 받아보겠다.
사용하다보니 아파치를 설치하면 포트번호도 8080은 고정으로써서 사용을 못하고
많이 묶여있는것 같았다.
그래서 찾아보니 대부분 설치해서 사용하는게 아니라
버전별로 압축을 풀어 관리한다고 하였다 ;;
압축푼 아파치 zip파일을 c\C:\Program Files에 넣어주면 끝!
이제 이클립스나 sts에서 해당 경로로 설정해주기만 하면된다.
이렇게 하면 버전별로 여러개를 사용할수있으며
프로젝트별로 아파치를 따로 관리할수있어 좋다.
'설치 && 설정' 카테고리의 다른 글
Sublime Text 3 (서브라임 텍스트 3) 패키지 컨트롤 설치, 초기셋팅, 플러그인 설치 (0) | 2020.05.24 |
---|---|
Sublime Text 3 (서브라임 텍스트 3) 설치하기, 텍스트 에디터 추천 (0) | 2020.05.24 |
git 설치 & 설정하기 & Repositories 만들기 (0) | 2020.02.08 |
Visual Studio Code 설치하기 (0) | 2020.02.08 |
Python 설치하기 (0) | 2020.02.08 |