Centos7 tomcat 启动权限

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 

原文地址:https://www.cnblogs.com/telwanggs/p/13748098.html