欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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

程序员文章站 2022-03-11 17:24:06
...

转自 https://www.jianshu.com/p/9c7f087e1c72

在启动Tomcat下的sh文件时报错,报错如下:

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通过,
然后用sh startup.sh启动成功



作者:梦沉薇露
链接:https://www.jianshu.com/p/9c7f087e1c72
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

相关标签: tomcat