码迷,mamicode.com
首页 > Windows程序 > 详细

windows下Eclipse启动tomcat提示port已被占用 already in use

时间:2015-03-01 14:21:14      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:

>netstat -ano | findstr 8009

 TCP    127.0.0.1:8005         0.0.0.0:0              LISTENING       2188


E:\eclipse_workspace\normandy>taskkill /PID 2188
错误: 无法终止 PID 为 2188 的进程。
原因: 仅仅能强行终止这个进程(带 /F 选项)。


E:\eclipse_workspace\normandy>taskkill /F /PID 2188
成功: 已终止 PID 为 2188 的进程。

windows下Eclipse启动tomcat提示port已被占用 already in use

标签:

原文地址:http://www.cnblogs.com/gcczhongduan/p/4306991.html

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