[jboss-cvs] JBossAS SVN: r109585 - branches/JBoss-AS-6.0.x-ipv6/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 30 17:40:38 EST 2010


Author: rachmatowicz at jboss.com
Date: 2010-11-30 17:40:37 -0500 (Tue, 30 Nov 2010)
New Revision: 109585

Modified:
   branches/JBoss-AS-6.0.x-ipv6/main/src/bin/run.sh
Log:
Remove IPv4 stack preference from run.sh (JBAS-8540)

Modified: branches/JBoss-AS-6.0.x-ipv6/main/src/bin/run.sh
===================================================================
--- branches/JBoss-AS-6.0.x-ipv6/main/src/bin/run.sh	2010-11-30 22:39:40 UTC (rev 109584)
+++ branches/JBoss-AS-6.0.x-ipv6/main/src/bin/run.sh	2010-11-30 22:40:37 UTC (rev 109585)
@@ -55,11 +55,6 @@
     . "$RUN_CONF"
 fi
 
-# Force IPv4 on Linux systems since IPv6 doesn't work correctly with jdk5 and lower
-if [ "$linux" = "true" ]; then
-   JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true"
-fi
-
 # For Cygwin, ensure paths are in UNIX format before anything is touched
 if $cygwin ; then
     [ -n "$JBOSS_HOME" ] &&



More information about the jboss-cvs-commits mailing list