码上敲享录 > linux系统常见问题 > Cannot find ./catalina.sh The file is absent or does not have execute permission

Cannot find ./catalina.sh The file is absent or does not have execute permission

上一章章节目录下一章 2023-09-08已有321人阅读 评论(0)

Cannot find ./catalina.sh The file is absent or does not have execute permission


解决方法:

linux启动tomcat时报错:

Cannot find ./catalina.sh The file is absent or does not have execute permission


在tomcat的bin目录下执行以下命令给权限即可:

chmod +x *.sh


向大家推荐《Activiti工作流实战教程》:https://xiaozhuanlan.com/activiti
0

有建议,请留言!

  • *您的姓名:

  • *所在城市:

  • *您的联系电话:

    *您的QQ:

  • 咨询问题:

  • 提 交