Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
解決辦法:
1 運行cmd->netstat -avo,
找出占據了8005, 8080, 8009端口的PID
2 任務管理器
找出該PID的任務,右鍵->結束任務
3 回到Eclipse,重新Start