tomcat 的 shutdown.sh 执行报错了 关都不让关 提示了 是端口被占用 得直接杀死 查询tomcat的端口 ps -ef|grep tomcat Paste_Image.png kill -9 [端口号] Paste_Image.png 就是这么简单粗暴