mac OS tomcat 다운로드 및 설정 & intellij spring tomcat 연동
mac OS tomcat 다운로드 및 설정 & intellij spring tomcat 연동
원문: https://www.notion.so/c8ee67c9842f42bb88db188cbe0233b4?pvs=1
1. mac OS tomcat 다운로드 및 설정


찾기 쉽게 압축을 푼 뒤 폴더를 응용프로그램에 넣음.
bin 폴더까지 들어가서
cmd + opt + c 눌러서 경로 복사
$ cd /Applications/apache-tomcat-8.5.93/bin
$ ./startup.sh

http://localhost:8080/ 을 아무 인터넷 브라우저에 들어가면 아래와 같이 뜬다. 그럼 성공

2. intellij spring tomcat 연동










3. 외부 dependency 연결



╰─ cd /Users/kim_joohee/Documents/insight_works_practice/src/main/webapp/WEB-INF/lib

Comments