[jboss-cvs] JBoss Messaging SVN: r2624 - projects/perf/trunk/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 2 12:42:18 EDT 2007


Author: sergeypk
Date: 2007-05-02 12:42:17 -0400 (Wed, 02 May 2007)
New Revision: 2624

Modified:
   projects/perf/trunk/etc/perf.xml
Log:
Change remote executors addresses from /standalone to /remote

Modified: projects/perf/trunk/etc/perf.xml
===================================================================
--- projects/perf/trunk/etc/perf.xml	2007-05-02 15:56:50 UTC (rev 2623)
+++ projects/perf/trunk/etc/perf.xml	2007-05-02 16:42:17 UTC (rev 2624)
@@ -23,8 +23,8 @@
          <factory>org.jnp.interfaces.NamingContextFactory</factory>
          <url>jnp://localhost:1099</url>
          <pkg>org.jboss.naming:org.jnp.interfaces</pkg>
-         <executor name="REMOTE" url="rmi://localhost:7777/standalone"/>
-         <executor name="REMOTE2" url="rmi://localhost:7777/standalone2"/>
+         <executor name="REMOTE" url="rmi://localhost:7777/remote"/>
+         <executor name="REMOTE2" url="rmi://localhost:7777/remote2"/>
          <executor name="COLOCATED" url="rmi://localhost:7777/local-messaging"/>
          <executor name="COLOCATED2" url="rmi://localhost:7777/local-messaging2"/>
          <color>255,0,0</color>
@@ -34,8 +34,8 @@
          <factory>org.jnp.interfaces.NamingContextFactory</factory>
          <url>jnp://localhost:1199</url>
          <pkg>org.jboss.naming:org.jnp.interfaces</pkg>
-         <executor name="REMOTE" url="rmi://localhost:7777/standalone"/>
-         <executor name="REMOTE2" url="rmi://localhost:7777/standalone2"/>
+         <executor name="REMOTE" url="rmi://localhost:7777/remote"/>
+         <executor name="REMOTE2" url="rmi://localhost:7777/remote2"/>
          <executor name="COLOCATED" url="rmi://localhost:7777/local-jbossmq"/>
          <executor name="COLOCATED2" url="rmi://localhost:7777/local-jbossmq2"/>
          <color>0,0, 255</color>




More information about the jboss-cvs-commits mailing list