美文网首页
启动tomcat 服务报 The file is absent

启动tomcat 服务报 The file is absent

作者: abboo | 来源:发表于2020-09-24 22:57 被阅读0次

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