无法在Windows 7上的端口80上运行tomcat

时间:2012-06-29 16:41:38

标签: eclipse tomcat windows-7 tomcat7

我想配置tomcat 7在Windows 7上使用端口80,但似乎这个端口正在被另一个进程使用,并且想法如何修复它而不会对系统造成任何问题?

这是我得到的错误:

Port 80 required by Tomcat v7.0 Server at localhost is 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).

2 个答案:

答案 0 :(得分:3)

根据经验,Skype通常会阻止该端口。希望它有所帮助。

在这种情况下,

netstat -an |find /i "established"可以帮助您

答案 1 :(得分:0)

在cmd中运行netstat -ao,您将获得正在使用端口的PID。

然后检查taskmgr并按PID排序以找到阻止p80的程序。

作为个人注释:我会打赌你已启动并运行Skype,它喜欢阻止端口80