Linux 下Tomcat启动Cannot find ./catalina.sh

[root@localhost bin]# ./shutdown.sh sh
Cannot find ./catalina.sh
This file is needed to run this program

没有给bin目录下的文件授权可执行权限:

chmod +x bin/*.sh

posted @ 2017-01-15 14:18  浅唱_Cathy  Views(152)  Comments(0)    收藏  举报