IIS6.0 W2K3 Disabling Socket Pooling



HI folks, I need help with Socket pooling in IIS6.0.We have a web
server with 10 Web sites in IIS and every application is bind to
different IP address. All this websites runs on http port 80. There is
also Apache Tomcat web server running on dedicated IP adress with 2
websites running on https 443 port. We have desided that one IIS
website will be reconfigured to run on https 443 port with SSL
certificate. I have created the new site and added certificate
succesfully but site doesnt want to start because port 443 is used by
Tomcat server. I have found a sollution here ->
http://www.endofnow.com/?p=60 (note. I know that disabling socket
pooling is different in IIS6.0 than IIS5.0). Tomcat is using now only
one IP for 443 port and so I did this on IIS6.0:

install SupportTools
cd C:\Program Files\Support Tools
net stop http /y
httpcfg set iplisten -i 10.0.0.1:80 (addres binded to one of IIS
websites which uses http)
httpcfg set iplisten -i 10.0.0.2:443 (addres binded to the IIS
website which will use https)
httpcfg.exe query iplisten
net start w3svc

Now I can start the https application in IIS and its running ok with
Tomcat but the http applications doesnt run. Where did I made the
mistake?

Thanks

.



Relevant Pages

  • Re: Save As saves link to WMV instead of video file
    ... for IIS HTTP to WMS HTTP on the same IP address. ... Both services cannot share the same port and IP address ... or to every playlist (WMS) for that to work - a world of pain. ...
    (microsoft.public.windowsmedia.server)
  • Re: IPSec and outgoing HTTP
    ... You need to mirror that rule in order to all traffic in from tcp 80 ... It all seems to work ok except for outgoing http traffic. ... Websites still work. ... traffic from my IP on port 80 to any IP but it doesnt seem to work. ...
    (microsoft.public.security)
  • Re: web site starting problem
    ... You cannot have two websites running on the same port, ... add a host header, so IIS can distinguish them, and know which of them the ... > I brought up a 2003 ent server and created a new website. ...
    (microsoft.public.inetserver.iis)
  • Re: IIS 6 conflict using port 443 for NON-SSL traffic
    ... Just to make sure I am understanding you correctly, after this enhancement ... think it may be possible to use this enhanced HTTPS.SYS with IIS 6 on WS03? ... > HTTP.SYS in WS03 did not allow one port number to be used for both HTTP ...
    (microsoft.public.inetserver.iis.security)
  • Server hosted by IIS on port 80. Remote Binary Channel also on port 80. problem
    ... I would like to host my remote objects by IIS on port 80 with http ... binary channel. ... What is the desired configuration for http binary remoting through IIS ...
    (microsoft.public.dotnet.framework.remoting)

Quantcast