启动tomcat startup.sh的时候
Cannot find bin/catalina.sh
The file is absent or does not have execute permission
Cannot find bin/catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
原因: 没有权限
解决 : chmod 777 *.sh 这样就可以开启和关闭toamcat 服务了。
本文介绍了在启动Tomcat过程中遇到的“Cannot find bin/catalina.sh”错误,并提供了详细的解决方案,通过修改文件权限来成功运行Tomcat服务。
946

被折叠的 条评论
为什么被折叠?



