tomcat下出现The file is absent or does not have execute&
启动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了
时间: 2024-10-06 05:06:05