Am Mittwoch, 8. Juni 2005 16:04 schrieb Paul Singleton:
> My Linux server's eth0 supports ten IP addresses.
>
> What happens (in 5.5.9) if my HTTP Connector doesn't
> specify an
>
>    address = 216.119.217.240
>
> attribute?  Does it use the first one?  all of them?
>
> (it's working but I need to know exactly what it's doing)

If you don't specify an address, tomcat will bind to 0.0.0.0 (resp. to ::0 on 
IPv6) which effectively means it binds to all available addresses.

Regards
mks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to