解决启动tomcat 服务报 The file is absent or does not have execute permission

启动tomcat  cd /home/tomcat/bin

sh startup.sh

Cannot find bin/catalina.sh 
The file is absent or does not have execute permission 

This file is needed to run this program 

原因: 是因为没有权限

解决 : chmod 777 *.sh 
 

posted @ 2022-08-11 18:49  码海兴辰  阅读(62)  评论(0)    收藏  举报