IIS整合tomcat

想要IIS和tomcat共用80端口,到网上搜了很多整合方法,试过了都不行。请有个相似经验的帮个忙。
[b]问题补充:[/b]
我的IIS中已经存在一个默认的网站,端口号是80,整合时要新建一个网站,那么这个网站的端口号就不能是80啦。

参考:

[url]http://www.blogjava.net/b47248054/archive/2008/11/27/242963.html[/url]

[url]http://blog.csdn.net/xingzhiyun/archive/2008/02/13/2090522.aspx[/url]

其实我倒是推荐Apache+IIS+Tomcat,这样前端是Apache,后端ASP是IIS,JSP是Tomcat

[url]http://www.williamlong.info/archives/1308.html[/url]

[quote]想要IIS和tomcat共用80端口[/quote]
一个端口共用,那不冲突么.
[url]http://www.iteye.com/problems/21435[/url]

你把Apache的端口搞成80,就可以了。对外还是不变的啊。

[quote]我的IIS中已经存在一个默认的网站,端口号是80,整合时要新建一个网站,那么这个网站的端口号就不能是80啦。[/quote]
没做过网站,不过端口应该不能一样吧.. :wink: