Define the property
|
As
|
To configure
|
java.net.preferIPv4Stack
|
true
|
The AppServer or NameServer to only use IPv4 sockets. The AppServer or NameServer are not able to communicate with IPv6 clients.
|
false
|
The AppServer or NameServer to communicate with both IPv4 and IPv6 hosts.
|
|
java.net.preferIPv6Addresses
|
true
|
The default preference of IPv6 addresses over IPv4 addresses if IPv6 is available on the host system. This setting impacts the default hostname resolution for NameServer registration.
|
false
|
The default preference of IPv4 addresses over IPv6 addresses if IPv6 is available on the host system. The AppServer will resolve the default hostname to an IPv4 address, even if an IPv6 address is configured.
|
[Ubroker.AS.doc]
jvmArgs=-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true |