Installation Guide › JBoss Version › Single Node Installation › How to Perform a Single Node Installation › Configure IPv6 Support
Configure IPv6 Support
If you are installing on a IPv6 supported JBoss system, some configuration is required.
Follow these steps:
- Open the run.bat/sh file located in jboss_installation\bin.
- Uncomment one of the following properties in the IDM_OPTS entry:
- For IPv6 only systems, uncomment the following entry:
#IDM_OPTS="$IDM_OPTS -Djava.net.preferIPv6Addresses=true"
- For IPv6/IPv4 systems, uncomment the following entry:
#IDM_OPTS="$IDM_OPTS -Djava.net.preferIPv4Stack=true"
Note: These properties are shown for UNIX; however, they are the same as found after a REM in Windows.
- Save the file.
Copyright © 2013 CA.
All rights reserved.
|
|