[jboss-remoting-commits] JBoss Remoting SVN: r4941 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Apr 5 02:26:14 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-05 02:26:14 -0400 (Sun, 05 Apr 2009)
New Revision: 4941

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome/ServletMultihomeTestClient.java
Log:
JBREM-139: Changed InvokerLocator.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome/ServletMultihomeTestClient.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome/ServletMultihomeTestClient.java	2009-04-05 06:25:42 UTC (rev 4940)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome/ServletMultihomeTestClient.java	2009-04-05 06:26:14 UTC (rev 4941)
@@ -45,7 +45,7 @@
    protected void setupServer() throws Exception
    {
       locatorURI = getTransport() + "://" + InvokerLocator.MULTIHOME + getPath() + "/?";
-      locatorURI += InvokerLocator.CONNECT_HOMES_KEY + "=127.0.0.1:8081!192.168.2.2:8082!10.11.14.75:8083";
+      locatorURI += InvokerLocator.CONNECT_HOMES_KEY + "=localhost:7071!localhost:7082!localhost:7093";
       serverLocator = new InvokerLocator(locatorURI);
       log.info("server locator: " + locatorURI);
    }




More information about the jboss-remoting-commits mailing list