mac下载好tomcat,进入bin目录,终端下输入
$ ./startup.sh
报错
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
解决方法
控制台输入
chmod 777 *.sh
mac下载好tomcat,进入bin目录,终端下输入
$ ./startup.sh
报错
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
控制台输入
chmod 777 *.sh
本文标题:启动tomcat 服务报 The file is absent
本文链接:https://www.haomeiwen.com/subject/ltfxuktx.html
网友评论