liunx下tomcat启动报错

2013-08-23 11:50 1521人阅读 评论(0) 收藏 举报
Cannot find ./catalina.sh
The file is absent or does not have execute permission

This file is needed to run this program

没有给bin目录下的文件授权可执行权限:

chmod +x bin/*.sh

上一篇:【TOMCAT启动异常】The BASEDIR environment variable is not defined correctly


下一篇:.bash_profile和.bashrc的区别,ubuntu下为.profile,没有.bash_profile