启动tomcat
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
本文介绍了启动Tomcat遇到Cannot find bin/catalina.sh错误的原因及解决方法,主要是因为缺少执行权限,通过使用chmod 777 *.sh命令来为相关文件增加执行权限。
启动tomcat
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

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