码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu启动tomcat出错解决方案

时间:2016-11-17 12:48:06      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:解决   exe   class   目录   abs   终端   tar   bsp   解决方案   

从终端进入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

解决方案如下:

在tomcat 的bin目录下 
执行 chmod +x *.sh  
然后用sh startup.sh启动成功

 

ubuntu启动tomcat出错解决方案

标签:解决   exe   class   目录   abs   终端   tar   bsp   解决方案   

原文地址:http://www.cnblogs.com/sunyj/p/6073127.html

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