解决端口号占用问题:Web Server failed to start.Port 8002 was already in use.

Posted 程序猿杰哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决端口号占用问题:Web Server failed to start.Port 8002 was already in use.相关的知识,希望对你有一定的参考价值。

win+r打开cmd命令行窗口。

输入 netstat -ano ,查看启动的进程ID

发现8002端口号被占用的进程,最后一个数据是进程ID

杀死进程命令

taskkill /F /pid 4344

以上是关于解决端口号占用问题:Web Server failed to start.Port 8002 was already in use.的主要内容,如果未能解决你的问题,请参考以下文章