Hello,

> > 
> > "Socket Pooling (Binding IIS to 0.0.0.0:80)
> > Socket pooling causes Internet Information Services (IIS) 5.0 
> > to listen to all IP addresses, which can present a possible 
> > security risk for secure domains with multiple networks. 
> > Also, bandwidth throttling and performance adjustments will 
> > apply to all Web sites configured for the same port (for
> > example port 80). If bandwidth throttling or performance 
> > tuning is being done on a per-site basis, socket pooling 
> > will need to be disabled.
> > To disable socket pooling, perform the following steps:
> > cscript adsutil.vbs set w3svc/disablesocketpooling true
> > The command replies as follows:
> > disablesocketpooling : (BOOLEAN) True
> > Stop and start the IISAdmin service.
> > Restart the WWW service."
> > 
> > Once you do this, you can have both IIS and Apache/Tomcat 
> > listening on port
> > 80 on different IPs on the same machine.  No need for 
> > multiple nic's and
> > multiple network segments either.

GREAT it works.

Thanx

Ingo

<<attachment: winmail.dat>>

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to