When tomcat starts Socket bind failed [730048] problems and solutions

The first method:
1. Start - Run - type cmd-netstat -ano- Enter - found in 8080 the port of PID
2. by Ctrl + Alt + Delete shortcut to open the Windows Task Manager - View - Select Columns - check PID (process identifier) (P) - find PID- end of the process port 8080
or start - run - type cmd-netstat -ano | find "8080 " -tasklist | find "PID" -askkill / pid PID
second method :
find the following tomcat server.xml configuration file to modify the inside of the port at the upcoming Server can modify the value of the port but this is not the first method works well, because the port revised there might be for temporary use. The first example is changed to 8081 is still occupied, should be replaced by 8888

Guess you like

Origin blog.csdn.net/readyzhu123456/article/details/24933515