http://support.microsoft.com/kb/813368

 

http://www.blueidea.com/computer/system/2006/3585.asp

 

操作其实也很简单的,首先禁用iis的套接字池,iis绑定一个ip,然后tomcat在绑定另一个ip,最后重启下服务器即可。以下有一个简单操作的说明。

http://turbomailtt.blog.51cto.com/934223/368002

 

IIS使用指南之五 :深入理解Socket Pooling(套接字池)

http://www.itlearner.com/article/3710

 

双IP实现共用80端口

http://www.eydns.com/info/server/200904/23-362.html

  

http://hi.baidu.com/tomcat40/blog/item/856395d68f244ad4a144df0a.html

 

http://msisafaq.de/Anleitungen/2006/Konfiguration/Socket_pooling_2003.htm

 

——————————————————————————————————————————————————

Windows Support Tools中的httpcfg.exe

 

netstat -na | more

httpcfg query iplisten

httpcfg set iplisten -i 10.1.1.9

httpcfg delete iplisten -i 10.1.1.9

net stop http /y

net start w3svc

相关文章:

  • 2022-03-01
  • 2021-11-02
  • 2022-12-23
  • 2021-05-26
  • 2022-01-23
  • 2021-09-01
  • 2022-12-23
猜你喜欢
  • 2022-02-27
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2021-07-01
  • 2021-07-27
  • 2021-11-11
相关资源
相似解决方案