码迷,mamicode.com
首页 > 其他好文 > 详细

liunx下tomcat启动 Cannot find ./catalina.sh

时间:2016-05-03 14:16:41      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:

执行启动tomcat命令./startup.sh

提示

Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program

问题原因:没有给bin目录下的文件授权可执行权限:

chmod +x bin/*.sh

然后用sh startup.sh启动成功

liunx下tomcat启动 Cannot find ./catalina.sh

标签:

原文地址:http://www.cnblogs.com/hwaggLee/p/5454576.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!