啟動tomcat出現The file is absent or does not have execute permission。。。
Cannot find bin/catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
通常在服務器上直接copy tomcat后,啟動start.sh出現,看錯誤是權限不足。
用有執行授權的權限賬號在bin目錄下
執行chomd 777 *.sh 就ok了