您的位置:首页 > 运维架构 > Tomcat

tomcat启动Cannot find ./catalina.sh

2015-03-05 11:55 471 查看
jenkins自动发布并后远程启动时,tomcat报错:

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

The file is absent or does not have execute permission

This file is needed to run this program’

解决方案:

chmod +x /data/tomcat7/bin/*.sh
或者
chmod 755 /data/tomcat7/bin/*.sh
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐