Eclipse未正常关闭tomcat服务器 / 端口冲突 导致的端口占用错误

1.问题

Several ports (8005, 8080, 8009) required by Cookie are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
本地主机上的 Tomcat 服务器所需的多个端口(8005、8080、8009)已在使用中

由于之前启动了tomcat服务器的Eclipse未正确关闭,导致重启Eclipse后,tomcat依旧开启,但是无法从Eclipse中关闭

2.解决方法一

直接进入tomcat服务器的bin目录,并双击shutdown.bat即可

3.解决方法二

大概率是通过Maven build开启的tomcat服务器,但又未及时关闭,便开启了新的实例
点击右下方的这个小按钮,进入相应console,关闭tomcat服务器即可

posted @ 2024-03-20 15:33  DawnTraveler  阅读(39)  评论(0编辑  收藏  举报