[jboss-cvs] JBossAS SVN: r108725 - branches/JBoss-AS-6.0.x_ipv6/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 21 14:14:40 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-10-21 14:14:40 -0400 (Thu, 21 Oct 2010)
New Revision: 108725

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-10-21 18:07:57 UTC (rev 108724)
+++ branches/JBoss-AS-6.0.x_ipv6/main/src/bin/run.sh	2010-10-21 18:14:40 UTC (rev 108725)
@@ -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