원하는 버전을 뒤에 붙이면 됨 brew list
로 톰캣 install 확인
brew install tomcat@8
brew list
/opt/homebrew/Cellar/tomcat@8/8.5.68/bin
경로로 이동 후 톰캣 실행
./catalina start
http://localhost:8080
으로 접속했을 때 톰캣 화면이 뜨면 실행 성공
톰캣 중지
./catalina stop
'STUDY > ECT' 카테고리의 다른 글
CentOS 7 nginx install, ReactJS 배포 (0) | 2022.01.18 |
---|---|
MacOs | Warning: the fonts "Times" and "Times" are not available for the Java logical font "Serif"... (0) | 2021.11.17 |
oh-my-zsh 단축어 등록 (0) | 2021.04.23 |
Visual Studio Code | Prettier가 안 먹힐 때! (0) | 2021.04.22 |
MacOS | SVN 연동 (0) | 2021.04.21 |