You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/10/30 20:03:01 UTC

svn commit: r709225 - /geronimo/server/branches/2.1/framework/configs/rmi-naming/src/main/plan/plan.xml

Author: dwoods
Date: Thu Oct 30 12:02:59 2008
New Revision: 709225

URL: http://svn.apache.org/viewvc?rev=709225&view=rev
Log:
GERONIMO-4386 rmi-naming should use  in config-substitutions.properties for binding, instead of the default value of 0.0.0.0 in the source

Modified:
    geronimo/server/branches/2.1/framework/configs/rmi-naming/src/main/plan/plan.xml

Modified: geronimo/server/branches/2.1/framework/configs/rmi-naming/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/rmi-naming/src/main/plan/plan.xml?rev=709225&r1=709224&r2=709225&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/rmi-naming/src/main/plan/plan.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/rmi-naming/src/main/plan/plan.xml Thu Oct 30 12:02:59 2008
@@ -22,6 +22,7 @@
 
     <gbean name="RMIRegistry" class="org.apache.geronimo.kernel.rmi.RMIRegistryService">
         <attribute name="port">${PlanNamingPort}</attribute>
+        <attribute name="host">${ServerHostname}</attribute>
     </gbean>
 
     <gbean name="NamingProperties" class="org.apache.geronimo.system.properties.NamingProperties">