在Eclipse 中提示Tomcat 端口號被使用錯誤
Several ports (8005, 8009) required by Tomcat v7.0 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).
根據度娘,在server.xml里面將port從8080改成8888,重啟服務器還是不行,有什么解決辦法嗎?
2016-07-07
你在Eclipse中使用Tomcat的時候必須保證外部的Tomcat服務沒有啟動,這樣端口號才不會被占用,使用Eclipse開發Web程序
2016-05-05
怎么解決的?
2015-05-05
已經解決,哈啊哈