eclipse运行servers的project失败

原文:http://hi.baidu.com/%BB%C6ym/blog/item/66f8efa8230724e91e17a293.html

eclipse运行servers的project失败,总是提示错误:

错误信息:

Several ports (8005,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).

 

查看端口是否被占用:
C:\Documents and Settings\yangling.ASIAINFO>netstat -aon|findstr "8005"

  TCP    127.0.0.1:8005         0.0.0.0:0              LISTENING       5176

 

C:\Documents and Settings\yangling.ASIAINFO>tasklist|findstr "5176"

javaw.exe                   5176 Console                 0    112,648 K

停掉javaw.exe即可启动;

 

从网上搜了一下通用解决方法,觉得这位大虾总结的很好:

1,独立运行的Tomcat没有关闭.
自安装的tomcat程序设置开机自动运行,或者在之前运行过,先关闭ecplipse或jbuilder,在任务管理器中找到Tomcat的进程,将其 kill掉,即可.有时候Tomcat非法关闭时,在进程中,仍然存在,仍然占用8080端口.所以只要将其进程杀掉.就可以解决.

2,安装了其他的软件占用了Tomcat的端口.
用可以查看端口的工具查看一下,或者,直接改掉tomcat的默认端口.即可.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值