我刚刚使用Window Server 2008购买了Godaddy虚拟专用服务器计划。
我可以通过远程桌面连接登录VPS服务器。每个VPS都有一个IP地址。当用户键入我的idaddress x.x.x.x时,它将显示默认的IIS7页面,如下所示:
好的,现在我下载了Tomcat7,JRE6&可以在http://localhost:8080/
或x.x.x.x:8080
查看tomcat页面。现在我希望在输入我的idaddress x.x.x.x时它会显示默认的Tomcat页面而不是IIS7页面。
所以这就是我所做的。我编辑了C:\tomcat7\conf\server.xml
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" /> //changed port from 8080 to 80
好的,现在输入x.x.x.x:8080
后显示Unable to connect
,输入x.x.x.x
时仍会显示IIS7页面。
如何配置,以便当用户键入我的idaddress x.x.x.x时,它将显示默认的Tomcat页面而不是IIS7页面?
额外信息:现在我刚刚关闭了WindowServer中的World Wide Publishing service
,&amp;我预计当输入x.x.x.x
时,它将显示Tomcat默认页面,但它没有显示任何内容
答案 0 :(得分:0)
好的,我做了,如此简单,只需关闭WindowServer&amp;中的World Wide Publishing service
即可。然后将C:\tomcat7\conf\server.xml
中的端口8080更改为80&amp;现在当键入ipaddress时,它显示了tomcat默认页面