Linux Tomcat 关闭失败:Connection refused (Connection refused)

linux 服务器关闭失败出现下面异常报错: 处理方法: 1.查看tomcat的状态: ps -eaf | grep tomcat 出现: root     12038     1  0 13:41 ?   找到tomcat的进程号 2.  kill -p 12038  杀死进程 3.重新结束tomcat  ./shutdown.sh 时,就会出现下图,不会出现  Connection refus
相关文章
相关标签/搜索