Re: Making connector defaault address as 0.0.0.0

2006-11-07 Thread Markus Schönhaber
Mladen Turk wrote: > Markus Schönhaber wrote: > > Mladen Turk wrote: > > > > BTW: why is this situation special wrt the native connector? > > Right, but that's not the case for all supported OS-es. > Windows for sure (and Solaris I think) will refuse > 127.0.0.1 when the address="::" Do I understa

Re: Making connector defaault address as 0.0.0.0

2006-11-07 Thread Mladen Turk
Remy Maucherat wrote: Comments? As you say, 0.0.0.0 is ipv4 so it looks like a bad default value to me, while null means whatever the connector wants. Internally, it's up to the native layer to figure it out, I think. Sure, but the fact is that Java connectors will always use IPV4. APR c

Re: Making connector defaault address as 0.0.0.0

2006-11-07 Thread Mladen Turk
Markus Schönhaber wrote: Mladen Turk wrote: BTW: why is this situation special wrt the native connector? Right, but that's not the case for all supported OS-es. Windows for sure (and Solaris I think) will refuse 127.0.0.1 when the address="::" Regards, Mladen. --

Re: Making connector defaault address as 0.0.0.0

2006-11-07 Thread Markus Schönhaber
Mladen Turk wrote: > With Native connector if the OS supports IPV6 the > default address (null) is translated to "::", thus > it only listens to the IPV6 addresses. In case the > OS doesn't support IPV6 (hardly to be found nowadays), the > null address is equivalent to the address="0.0.0.0". > The

Re: Making connector defaault address as 0.0.0.0

2006-11-07 Thread Remy Maucherat
Mladen Turk wrote: Hi, With Native connector if the OS supports IPV6 the default address (null) is translated to "::", thus it only listens to the IPV6 addresses. In case the OS doesn't support IPV6 (hardly to be found nowadays), the null address is equivalent to the address="0.0.0.0". The same

Making connector defaault address as 0.0.0.0

2006-11-07 Thread Mladen Turk
Hi, With Native connector if the OS supports IPV6 the default address (null) is translated to "::", thus it only listens to the IPV6 addresses. In case the OS doesn't support IPV6 (hardly to be found nowadays), the null address is equivalent to the address="0.0.0.0". The same is for any Java conn