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

 

相关文章: