/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
isoyul@isoyul-ui-MacBookAir ~ % brew update
isoyul@isoyul-ui-MacBookAir ~ % brew search tomcat
설치완료되면 Finder에서 파일 경로 확인하기
Finder > 상단바에 이동 > 폴더로 이동
/opt/homebrew/Cellar/tomcat 또는 /opt/homebrew/Cellar/tomcat@9
톰캣 서버 실행
>> cd /opt/homebrew/Cellar/tomcat@9/9.0.65/bin
>> ./catalina start
톰캣 실행 확인
localhost:8080
톰캣 서버 종료
./catalina stop