Author: pete.muir(a)jboss.org
Date: 2008-03-26 14:16:22 -0400 (Wed, 26 Mar 2008)
New Revision: 7713
Modified:
branches/Seam_2_0/bootstrap/conf/bootstrap-beans.xml
trunk/bootstrap/conf/bootstrap-beans.xml
Log:
JBSEAM-2781, thanks to Clint Popetz
Modified: branches/Seam_2_0/bootstrap/conf/bootstrap-beans.xml
===================================================================
--- branches/Seam_2_0/bootstrap/conf/bootstrap-beans.xml 2008-03-26 18:01:34 UTC (rev
7712)
+++ branches/Seam_2_0/bootstrap/conf/bootstrap-beans.xml 2008-03-26 18:16:22 UTC (rev
7713)
@@ -10,7 +10,7 @@
<map keyClass="java.lang.String"
valueClass="java.lang.String">
<entry>
<key>jboss.bind.address</key>
- <value>0.0.0.0</value>
+ <value>127.0.0.1</value>
</entry>
<entry>
<key>com.arjuna.ats.arjuna.common.propertiesFile</key>
Modified: trunk/bootstrap/conf/bootstrap-beans.xml
===================================================================
--- trunk/bootstrap/conf/bootstrap-beans.xml 2008-03-26 18:01:34 UTC (rev 7712)
+++ trunk/bootstrap/conf/bootstrap-beans.xml 2008-03-26 18:16:22 UTC (rev 7713)
@@ -10,7 +10,7 @@
<map keyClass="java.lang.String"
valueClass="java.lang.String">
<entry>
<key>jboss.bind.address</key>
- <value>0.0.0.0</value>
+ <value>127.0.0.1</value>
</entry>
<entry>
<key>com.arjuna.ats.arjuna.common.propertiesFile</key>
Show replies by date