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

posted @ 2020-08-18 11:55  Fhenix  阅读(630)  评论(0)    收藏  举报