tomcat 在linux下用./shutdown.sh关闭时,可能linux进程后台的tomcat进程没有被杀死,可能导致tomcat重启时由于缓存的问题导致项目重启失败
解决: 找到该进程并将其杀死