[jboss-cvs] JBossAS SVN: r66868 - trunk/main/src/main/org/jboss.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 8 11:51:37 EST 2007


Author: adrian at jboss.org
Date: 2007-11-08 11:51:37 -0500 (Thu, 08 Nov 2007)
New Revision: 66868

Modified:
   trunk/main/src/main/org/jboss/Main.java
Log:
[JBAS-4954] - Don't set the legacy bind.address as per Brian Stansberry's comment on the dev list

Modified: trunk/main/src/main/org/jboss/Main.java
===================================================================
--- trunk/main/src/main/org/jboss/Main.java	2007-11-08 16:23:49 UTC (rev 66867)
+++ trunk/main/src/main/org/jboss/Main.java	2007-11-08 16:51:37 UTC (rev 66868)
@@ -506,8 +506,6 @@
       String bindAddress = System.getProperty(ServerConfig.SERVER_BIND_ADDRESS);
       if (System.getProperty("java.rmi.server.hostname") == null)
          System.setProperty("java.rmi.server.hostname", bindAddress);
-      if (System.getProperty("bind.address") == null)
-         System.setProperty("bind.address", bindAddress);
       if (System.getProperty("jgroups.bind_addr") == null)
          System.setProperty("jgroups.bind_addr", bindAddress);
    }




More information about the jboss-cvs-commits mailing list