首页 > 系统服务 > 详细

Cannot find ./catalina.sh The file is absent or does not have execute permission This file is nee Linux上tomcat无法正常启动

时间:2019-03-04 21:22:09      阅读:251      评论:0      收藏:0      [点我收藏+]

上传了个tomcat7的压缩包上linux服务器,解压后,想直接启动,发现报错:

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

 

解决方法:

 

1.在tomcat 的bin目录下 执行这条命令
chmod +x *.sh  
2.再次执行 sh catalina.sh通过,

 

3.然后用sh startup.sh启动成功

技术分享图片

 

Cannot find ./catalina.sh The file is absent or does not have execute permission This file is nee Linux上tomcat无法正常启动

原文:https://www.cnblogs.com/cx-code/p/10473230.html

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