JSP
[Mac, elipse, tomcat] 이클립스에서 톰캣 연동
kwanghyup
2020. 6. 19. 15:30
톰캣설치
https://k-develpoper.tistory.com/150
[Mac, Homebrew, tomcat] 맥에서 Hombrew를 이용하여 톰캣 설치
1. 터미널에서 Hombrew 설치 확인 brew -v 설치가 되었다면 위와 같이 나타난다. https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 2. tomcat 설치 /* 설치할 수..
k-develpoper.tistory.com
1. 런타임 환경에 톰캣 추가
Preferences(Cmd+,)
2. 서버 생성
Window - ShowView - Other 선택
(또는 Select a wizard에서 바로 server로 검색하여 만들 수 있다)
3. 동작 테스트
끝