解决tomcat无法启动问题

PID file (/opt/jasperreports-server-cp-4.0.0/apache-tomcat/temp/catalina.pid) found. Is Tomcat still running? Start aborted.
/opt/jasperreports-server-cp-4.0.0/apache-tomcat/scripts/ctl.sh : tomcat could not be started

删除掉/opt/jasperreports-server-cp-4.0.0/apache-tomcat/temp/catalina.pid即可

rm /opt/jasperreports-server-cp-4.0.0/apache-tomcat/temp/catalina.pid

你可能感兴趣的:(linux)