[Tomcat] Error running 'Tomcat X.X.X': Cannot run program "XXX/bin/catalina.sh" (in directory "XXX/bin"): error=13, Permission denied 에러 해결하는 법
반응형
프로젝트를 처음으로 생성하고 웹 서버인 톰캣을 잘 추가하고 돌리려는데 에러가 발생했다.
톰캣을 돌리려고 했는데 권한문제가 발생한 것이다....
그럼 권한을 추가해 주면 된다.
chmod a+x tomcat이 있는 경로/bin/catalina.sh
터미널을 열고 위의 명령어를 수행한 뒤 다시 실행해 보면 아주 잘 실행된다!
반응형
'Logs' 카테고리의 다른 글
-
[Error] javax.servlet.jsp.JspTagException: No message found under code 'XXX' for locale 'ko_KR'.2023.12.06
-
[Tomcat / IntelliJ] The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. 404 error 해결하는 법2023.11.17
-
[Stable Diffusion] 맥(mac) m1에서 Stable Diffusion web-ui 실행시키는 법2023.08.19
-
[Stable Diffusion] 맥 m1에서 RuntimeError: "upsample_nearest2d_channels_last" not implemented for 'Half' 에러 해결방법2023.08.18