1、在linu上部署好tomcat后,准備啟動時報錯:
Cannot find bin/catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
2、解決辦法:
對啟動腳本添加執行權限
chmod 777 *.sh
文章轉載至:https://blog.csdn.net/limm33/article/details/52698334/