启动tomcat出现的问题:
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
解决办法:
在tomcat/bin下执行:
- chmod +x *.sh
再执行:
- sh catalina.sh
即可正常启动tomcat。
解决tomcat启动Cannot find ./catalina.sh The file is absent or does not have execute permission This file
阅读 24
2022-12-22
启动tomcat出现的问题:
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
解决办法:
在tomcat/bin下执行:
再执行:
即可正常启动tomcat。
相关推荐
精彩评论(0)