Linux的tomcat的shutdown.sh关闭不了进程
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux的tomcat的shutdown.sh关闭不了进程相关的知识,希望对你有一定的参考价值。
在把皕杰报表部署到Linux端,测试时发现shutdown.sh关闭不了进程。
首先sh shutdown.sh 关闭tomcat
查看进程
ps -ef|grep
发现进程还在,tomcat未真正结束,这时我们需要查出进程号pid
ps -ef|grep tomcat
再使用kill -9 pid进行强制关闭;
原因:可能是之前多次启动tomcat,未正常关闭,或者是放置了多个tomcat的问题。
切记使用多个tomcat时,使用不同的端口号,在cof/server.xml里面设置。
以上是关于Linux的tomcat的shutdown.sh关闭不了进程的主要内容,如果未能解决你的问题,请参考以下文章
linux tomcat shutdown.sh 不能正常关闭
linux环境中关闭tomcat,通过shutdown.sh无法彻底关闭--线程池
linux环境中关闭tomcat,通过shutdown.sh无法彻底关闭--线程池
在Linux系统里运行shutdown.sh命令关闭Tomcat时出现错误提示