錯誤緣由:端口占用html
解決方法:windows
一、在dos下,輸入 netstat -ano|findstr 8080 tomcat
//說明:查看佔用8080端口的進程,顯示佔用端口的進程eclipse
2.輸入 taskkill /pid 1952 /f post
//說明,運行windows自帶taskkill命令,將上面顯示的進程號,結束掉。ui
3.重啓tomcat3d