启动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

 

相关文章:

  • 2021-07-13
  • 2021-06-03
  • 2021-09-06
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2021-04-29
  • 2021-12-19
猜你喜欢
  • 2021-07-25
  • 2022-01-10
  • 2021-12-02
  • 2021-05-28
  • 2021-12-17
  • 2022-12-23
相关资源
相似解决方案