The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector【端口号被占用】

 

Springboot 8080 port is occupied error:

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

 

Solution:

Open cmd command prompt, type the following command

netstat -aon|findstr 8080

 

 

 

 

taskkill /f /t /im 9260

 

Guess you like

Origin www.cnblogs.com/thinkAboutMore/p/12159434.html