首页 > 其他 > 详细

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

时间:2017-07-22 16:10:02      阅读:581      评论:0      收藏:0      [点我收藏+]

 

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.

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!