Disabling IPv6 in a clustered environment
Some JDKs do not function correctly with IPv6. Disable IPv6 on any application server hosting Guidewire applications.
To disable IPv6, set the following java option for your application server JVM:
java.net.preferIPv4Stack=trueSee the following table for details.
|
Tomcat |
Add the specified option to the |
|
WebLogic |
Either add this option to the
If you modify setDomainEnv.sh, add the option to the following line:
|
|
WebSphere |
Add the option by using the Administrative Console:
|
For more information on setting JVM options, see the documentation provided with your application server.
