`

Setting up IIS7 and TomCat on single machine with multiple IP

阅读更多

 

By default, IIS binds to port 80 on all IP's on the machine. To disable this behavior in IIS 7, execute the following command, substituting in the IP address you want IIS to listen on:

netsh http add iplisten ipaddress=xxx.xxx.xxx.xxx

 
You'll need to restart IIS for the change to take effect.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics