You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by az...@apache.org on 2008/05/17 18:49:11 UTC

svn commit: r657396 - /webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml

Author: azeez
Date: Sat May 17 09:49:10 2008
New Revision: 657396

URL: http://svn.apache.org/viewvc?rev=657396&view=rev
Log:
Minor improvements


Modified:
    webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml

Modified: webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml?rev=657396&r1=657395&r2=657396&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml (original)
+++ webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml Sat May 17 09:49:10 2008
@@ -323,18 +323,18 @@
         -->
         <members>
             <member>
-                <hostName>localhost</hostName>
+                <hostName>127.0.0.1</hostName>
                 <port>4000</port>
             </member>
             <member>
-                <hostName>localhost</hostName>
+                <hostName>127.0.0.1</hostName>
                 <port>4001</port>
             </member>
         </members>
 
         <!--
-           This interface is responsible for handling configuration management. C
-           onfiguraion changes include
+           This interface is responsible for handling configuration management.
+           Configuraion changes include:
 
             1. Rebooting an entire cluster, in which case, all nodes have to load the new
                Axis2 configuration in a consistent manner