启动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 is needed to run this program
解决办法:
在tomcat/bin下执行:
再执行:
即可正常启动tomcat。
相关推荐