linux启动tomcat报权限不足问题
$ sh startup.sh
Cannot find ./catalina.sh
This file is needed to run this program
解决方案:
cd 跳转到tomcat/bin目录 执行 chmod +x *.sh 。
之后重新sh startup.sh
$ sh startup.sh
Cannot find ./catalina.sh
This file is needed to run this program
解决方案:
cd 跳转到tomcat/bin目录 执行 chmod +x *.sh 。
之后重新sh startup.sh