首页 > 系统服务 > 详细

ubuntu启动tomcat出错解决方案

时间:2016-11-17 12:47:23      阅读:198      评论:0      收藏:0      [点我收藏+]

从终端进入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出错解决方案

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!