linux启动tomcat出现无法启动的问题 今天在linux上启动tomcat时遇到了一个无法启动的问题,由于我安装的时apache-tomcat-8.5.51.在我安装完启动时。也就是Service mysql start 时报了Cannot find /usr/local/tomcat/bin/setclasspath.sh This file is needed to run this program 。后来找到原因了。mysql在启动之前要先 unset CATALINA_HOME。不然会报错。