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/

相关文章:

  • 2022-12-23
  • 2021-09-28
  • 2021-09-17
  • 2021-12-04
  • 2022-01-23
  • 2021-07-20
  • 2021-05-08
猜你喜欢
  • 2022-12-23
  • 2021-08-17
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案