티스토리 뷰
- 패키지 서치
⚡ brew search tomcat ==> Formulae tomcat tomcat-native tomcat@7 tomcat@8 tomcat@9 ==> Casks topcat |
- 톰캣 설치
⚡ brew install tomcat |
⚡ pwd /opt/homebrew/Cellar/tomcat/10.1.2/bin ⚡ ls -tlr total 8 -r-xr-xr-x 1 takhyunjun admin 122 Nov 24 16:01 catalina ⚡ catalina start Using CATALINA_BASE: /opt/homebrew/Cellar/tomcat/10.1.2/libexec Using CATALINA_HOME: /opt/homebrew/Cellar/tomcat/10.1.2/libexec Using CATALINA_TMPDIR: /opt/homebrew/Cellar/tomcat/10.1.2/libexec/temp Using JRE_HOME: /opt/homebrew/opt/openjdk Using CLASSPATH: /opt/homebrew/Cellar/tomcat/10.1.2/libexec/bin/bootstrap.jar:/opt/homebrew/Cellar/tomcat/10.1.2/libexec/bin/tomcat-juli.jar Using CATALINA_OPTS: Tomcat started. |
java 14 설치
⚡ brew tap adoptopenjdk/openjdk ⚡ brew install --cask odoptopenjdk14 |
그리고,, 기존 공유기 관리포트인 8080을 사용중이여서,,, 설정에서 다른포트로 바꾸고 ,
8080으로 포트 포워딩 하고 접속 하면 아래와 같이 아파치 톰캣 화면을 확인할수 있다.
'IT > mac OS' 카테고리의 다른 글
[macOS] 톰캣 / root 디렉터리 설정하는 방법 (0) | 2022.11.30 |
---|---|
[macOS] 톰캣 / url로 파일 접근 하는 방법 (0) | 2022.11.29 |
[apache] jsp 호출시 소스가 보이는 현상 원인/해결방법 (0) | 2022.11.28 |
[macOS] apache 외부 접근 설정하는 방법. (0) | 2022.11.27 |
[macOS] brew service에서 status 에러 상세내용 확인하는 방법. (0) | 2022.11.26 |
댓글