【tomcat 启动报错】The Tomcat connector configured to listen on port 8080 failed to start问题解决

Window启动Tomcat报错

Description:

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.

Action:

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.


在CMD中输入命令:netstat -ano

【tomcat 启动报错】The Tomcat connector configured to listen on port 8080 failed to start问题解决

CMD中输入命令:taskkill /f /t /im 【pid】

【tomcat 启动报错】The Tomcat connector configured to listen on port 8080 failed to start问题解决

重新启动tomcat即可

end

推荐文章:
阿里巴巴Java开发规约IDE插件使用教程(P3C)
MyBatis基于Spring-boot集成通用Mapper以及pagehelper分页插件
Eclipse新建Spring-boot项目,打包部署并输出HelloWord