码迷,mamicode.com
首页 > 其他好文 > 详细

Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are already in use.

时间:2017-07-22 16:54:46      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:任务   require   host   proc   管理器   star   端口   解决   UI   

 

Several ports (8005, 8080, 8009) required by Tomcat v8.5 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 运行cmd->netstat -avo,

找出占据了8005, 8080, 8009端口的PID

 

2 任务管理器

找出该PID的任务,右键->结束任务

 

3 回到Eclipse,重新Start

 

Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are already in use.

标签:任务   require   host   proc   管理器   star   端口   解决   UI   

原文地址:http://www.cnblogs.com/denggelin/p/7221546.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!