启动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

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