【发布时间】:2012-07-01 05:13:25
【问题描述】:
我想将 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).
【问题讨论】:
-
哪个进程阻塞了 80 端口? AFAIK 默认情况下它不会被阻止...
-
@home,我不知道,怎么知道?
标签: eclipse tomcat windows-7 tomcat7