[Tomcat] 아파치 톰캣 설치방법
톰캣 다운로드 링크 : 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
링크를 들어가서 설치할 버전을 클릭하고
운영체제에 맞는 버전을 다운
저는 64bit Windows.zip를 다운
압축해제 후 이클립스를 실행 하고 하단의 Server를 클릭하면 서버를 추가 할 수 있다
(Web프로젝트를 개발할 수 있는 이클립스 EE 버전으로 변경 후 Web프로젝트를 생성해야한다)
추가할 서버에서 다운받은 버전과 동일한 톰캣 서버 클릭 후 Next
Browe...를 클릭하고 방금 다운받은 톰캣서버 폴더를 클릭 후 추가하면
프로젝트란에 Server가 보임
이것으로 이클립스에 톰캣서버 추가 완료
다음은 서버를 사용할 프로젝트에 톰캣 서버를 추가하는 작업
프로젝트>Build path>Confiure Build path
Add Library > Server Library > 톰캣 추가
이것으로 프로젝트에 톰캣 서버작업은 완료