Linux启动Tomcat报错:The file is absent or does not have execute permission


错误信息如下:

Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program

原因:

没有权限  

解决:

chmod 777 *.sh

上篇: Linux安装jdk 下篇: Django报错:ImportError: No module named 'pysqlite2'