有志者事竟成。

Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use.解决办法

1、windows+R  输入cmd

2、netstat   -ano|findstr  8080 (查看占用8080端口的进程,显示占用端口的进程)

3、taskkill  /pid  1952  /f  (windows自带taskkill命令,将上面显示的进程号,结束掉。)

4、完

posted on 2020-05-12 10:31  阿长*长  阅读(264)  评论(0编辑  收藏  举报

导航