###报错信息
felix@felix-computer:~$ sudo sh /opt/apache-tomcat-8.0.3/bin/startup.sh Cannot find /opt/apache-tomcat-8.0.3/bin/catalina.sh The file is absent or does not have execute permission This file is needed to run this program
###解决办法
sudo chmod +x startup.sh <br> sudo chmod +x shutdown.sh <br> sudo chmod +x catalina.sh <br> sudo chmod +x setclasspath.sh <br> sudo chmod +x bootstrap.jar <br> sudo chmod +x tomcat-juli.jar <br>
Over..