mac 下 配置 tomcat 出现出现的某些问题以及解决办法

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了

 

posted @ 2016-08-10 13:36  ItsApe  阅读(340)  评论(0编辑  收藏  举报