首页 > 其他 > 详细

怎么解决tomcat占用8080端口问题

时间:2015-03-22 17:59:40      阅读:213      评论:0      收藏:0      [点我收藏+]

 

       怎么解决tomcat占用8080端口问题

相信很多朋友都遇到过这样的问题吧,tomcat死机了,重启eclipse之后,发现

     Several ports (8080, 8009) required by Tomcat v6.0 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).

netstat   -ano|findstr  8080

 

taskkill  /pid  6856  /f 

怎么解决tomcat占用8080端口问题

原文:http://www.cnblogs.com/zhouxiansheng/p/4357566.html

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