eclipse常見問題

1、tomcatd的8080端口占用

問題:
Several ports (8080, 8009) required by Tomcat v6.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).

解決方法:
1、重啓電腦
2、在cmd中查找佔用8080端口的進程並終結它

$netstat   -ano|findstr  8080 
$taskkill  /pid  端口號  /f
發佈了51 篇原創文章 · 獲贊 8 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章