JavaWeb端口8080端口被占用

JavaWeb端口8080端口被占用

一、报错信息localhost:8080 is already in use Port 8080 required by Tomcat v8.0 Server at localhost is already in use. The server may already be running ...

2020年10月17日
119字
9 阅读

一、报错信息


localhost:8080 is already in use

Port 8080 required by Tomcat v8.0 Server at localhost is 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).

Error running Tomcat8: Address localhost:8080 is already in use


一、分析并解决问题


电脑中8080端口被占用,导致web项目不能运行


任务管理器关闭占用8080端口的程序


netstat -ano



tasklist



任务管理器


文章评论区

欢迎留言交流

未登录,请先注册或登录后发表评论。

Leave comment