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

启动tomcat的Cannot find ./catalina.sh 的问题

时间:2017-06-28 02:04:47      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:mis   tar   mil   his   解决方法   方法   perm   bsp   exec   

从终端进入tomcat的bin目录,然后执行startup.sh

 

Cannot find bin/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 startup.sh启动成功

启动tomcat的Cannot find ./catalina.sh 的问题

标签:mis   tar   mil   his   解决方法   方法   perm   bsp   exec   

原文地址:http://www.cnblogs.com/faunjoe88/p/7087874.html

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