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
[root@localhost bin]# ./shutdown.sh sh
Cannot find ./catalina.sh
This file is needed to run this program
没有给bin目录下的文件授权可执行权限:
chmod +x bin/*.sh