Window啓動Tomcat報錯 Description:tomcat
The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.app
Action:ide
Verify the connector’s configuration, identify and stop any process that’s listening on port 8080, or configure this application to listen on another port.this
在CMD中輸入命令:netstat -anoblog
CMD中輸入命令:taskkill /f /t /im 【pid】ip
從新啓動tomcat便可io
endclass