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

标签 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).

最佳答案

根据经验,Skype 通常会屏蔽该端口。希望对您有所帮助。

netstat -an |find/i "established" 在这种情况下可以帮助您

关于eclipse - 无法在 Windows 7 上的端口 80 上运行 tomcat,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11265725/

相关文章:

winforms - 为什么我的对话框在某些(但不是全部)Windows7 计算机上太小?

r - 无法在 R 中安装基于 Fortran 的包 - "gfortran -m32:not found"

python - 如何在 Windows 7 上安装支持 Python 的 GDB

java.lang.VerifyError : Inconsistent stackmap frames

c++ - 分配新 vector 时的 std::bad_alloc - 我能做什么

android - android eclipse 中的 float 操作按钮,点击后将导航到另一个 Activity

java - 如何在 Debug模式下更改常量值

java - Tomcat中的PreparedStatement缓存

java - apache tomcat 服务器上的数据库 postgresql

tomcat - 带有 httpOnly 标志的 session cookie