端口占用解决:Web server failed to start. Port 8081 was already in use.
Posted 最小的帆也能远航
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了端口占用解决:Web server failed to start. Port 8081 was already in use.相关的知识,希望对你有一定的参考价值。
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8081 was already in use.
Action:
Identify and stop the process that's listening on port 8081 or configure this application to listen on another port.
查看端口号
netstat -aon|findstr "8081"
杀死正在进行的端口
taskkill /pid 27864 /f
以上是关于端口占用解决:Web server failed to start. Port 8081 was already in use.的主要内容,如果未能解决你的问题,请参考以下文章