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

Cannot find bin/ 

The file is absent or does not have execute permission 

This file is needed to run this program 


2、解决办法:


对启动脚本添加执行权限

chmod 777  *.sh



作者:怒吼的萝卜