解决本地端口占用问题

Description:

The Tomcat connector configured to listen on port 8761 failed to start. The port may already be in use or the connector may be misconfigured.

Action:

Verify the connector's configuration, identify and stop any process that's listening on port 8761, or configure this application to listen on another port.

 

解决  查看    netstat -ano|findstr 8761

 

 

 杀死  taskkill /f /t /im 6940

 

posted @ 2020-03-31 13:16  又又IT  阅读(377)  评论(0编辑  收藏  举报