Starting the Network Server on IPv6/IPv4 dual stack Windows machines

Add the following JVM properties to the command when you start the server on an IPv6/IPv4 dual stack Windows machine.

-Djava.net.preferIPv4Stack=false
-Djava.net.preferIPv6Addresses=true
Related tasks
Starting the Network Server from a Java application