On Fri, 24 Jan 2003, Daniel Brown wrote:
> Date: Fri, 24 Jan 2003 16:04:53 -0000 > From: Daniel Brown <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Quick help with Bindings > > Dave, > > There is a known issue with IIS in which it binds to all available IP > addresses, rather than the one specified, when socket pooling is in use (the > default). It's described here: > > http://support.microsoft.com/default.aspx?scid=kb;en-us;259349 > > Generally, IIS will start before Tomcat when Windows boots (and can > certainly be configured that way), so if you can get IIS to do the right > thing, then at least it limits the range of IP addresses that Tomcat can get > at. > Much as we'd all like to bash Microsoft :-), by default Tomcat does the same thing -- it binds to the port number on all available IP addresses. If you want it to bind on just a single address, add an "address" attribute (the value is an IP address) to your <Connector> element. > Dan. > Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>