Show Table of Contents
5.3. IPv6
5.3.1. Configure JVM Stack Preferences for IPv6 Networking
- Task Summary
- This topic covers enabling IPv6 networking for the JBoss Enterprise Application Platform 6 installation.
Procedure 5.1. Task
- Open the relevant file for the installation:
For a Standalone Server:
OpenEAP_HOME/bin/standalone.conf.For a Managed Domain:
OpenEAP_HOME/bin/domain.conf.
- Change the IPv4 Stack Java property to false:
-Djava.net.preferIPv4Stack=false
For example:# Specify options to pass to the Java VM. # if [ "x$JAVA_OPTS" = "x" ]; then JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=false -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv6Addresses=true" fi

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.