首页 > 技术文章 > Cannot find ./catalina.sh

523823-wu 2018-09-05 09:29 原文

linux下启动tomcat----Cannot find ./catalina.sh

linux 下启动tomcat

[root@weblogic bin]# sh startup.sh 
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program

解决办法:
给.sh文件授权

[root@weblogic bin]#  chmod +x *.sh 

推荐阅读