首页 > 其他 > 详细

启动tomcat服务时,没有权限解决方法

时间:2019-11-22 11:58:11      阅读:94      评论:0      收藏:0      [点我收藏+]

1、在linu上部署好tomcat后,准备启动时报错:

Cannot find bin/catalina.sh 
The file is absent or does not have execute permission 

This file is needed to run this program 


2、解决办法:

对启动脚本添加执行权限

chmod 777  *.sh

 

 

文章转载至:https://blog.csdn.net/limm33/article/details/52698334/

启动tomcat服务时,没有权限解决方法

原文:https://www.cnblogs.com/nhdlb/p/11910322.html

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