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
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。