Windows 7中的IIS和Glassfish

Windows 7中的IIS和Glassfish,iis,windows-7,glassfish,Iis,Windows 7,Glassfish,我安装了最新版本的Windows7 这是我的开发箱,所以我安装了glassfish,用于Java应用程序。此外,我还使用IIS运行PHP应用程序。我在端口80上运行两台服务器,但从不同时运行 然而,由于我设置了IIS,我无法让glassfish运行。在eclipse中,它总是给出以下错误: Port conflict: Please stop the server process using the same port as the one used by the Application Ser

我安装了最新版本的Windows7

这是我的开发箱,所以我安装了glassfish,用于Java应用程序。此外,我还使用IIS运行PHP应用程序。我在端口80上运行两台服务器,但从不同时运行

然而,由于我设置了IIS,我无法让glassfish运行。在eclipse中,它总是给出以下错误:

Port conflict: Please stop the server process using the same port as the one used by the Application Server.
A server process is already running on this port but we cannot determine if it's a GlassFish process (lack of info or credentials).If you do not find something else running on this port, check for antivirus software blocking or monitoring this port.
编辑:我尝试关闭IIS,甚至关闭了IIS功能。还是不走运

我还运行了netstat,glassfish使用的端口上显示了以下内容:

 Proto  Local Address          Foreign Address        State
 TCP    0.0.0.0:80             NBSDTVL01574:0         LISTENING
 TCP    [::]:80                NBSDTVL01574:0         LISTENING

感谢

由于您选择了iis和glashfish使用的相同端口号,因此发生这种情况,我建议您将两者中的任何一个配置为使用不同的端口号。

这是我的虚拟机出现的问题。一个新的副本解决了这个问题。

运行“netstat-A-b”查看哪个进程正在侦听0.0.0.0:80和[::]:80,然后返回报告。请向用户解释否决投票背后的原因。