eclipse出現: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).
![](http://static.javashuo.com/static/loading.gif)
解決方案:
第一:
window10系統:任務管理器裏面查找Java進行結束
![](http://static.javashuo.com/static/loading.gif)
其餘系統也能夠進行查找下!tomcat
在處理完成後,從新啓動便可
第二:
使用eclipse的時候出現這個問題:eclipse
這是由於已經啓動了tomcat,只是在eclipse裏面看不到。ui
這時只須要找到tomcat的目錄,在bin文件夾裏面找到shutdown.bat執行一下,再去eclipse裏面啓動tomcat就成功了!this
![](http://static.javashuo.com/static/loading.gif)