0
点赞
收藏
分享

微信扫一扫

解决tomcat启动Cannot find ./catalina.sh The file is absent or does not have execute permission This file

椰果玩安卓 2022-12-22 阅读 24


启动tomcat出现的问题:

Cannot find ./catalina.sh

The file is absent or does not have execute permission


This file is needed to run this program

解决tomcat启动Cannot find ./catalina.sh The file is absent or does not have execute permission This file_tomcat

解决办法:

在tomcat/bin下执行:



  1. chmod +x *.sh  

再执行:



  1. sh catalina.sh  

即可正常启动tomcat。


举报

相关推荐

0 条评论