[jboss-svn-commits] JBL Code SVN: r30039 - labs/jbossesb/trunk/product/samples/quickstarts/two_servers.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Nov 5 17:00:23 EST 2009


Author: dward
Date: 2009-11-05 17:00:23 -0500 (Thu, 05 Nov 2009)
New Revision: 30039

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt
Log:
AS5 now works, so warning can be removed: JBESB-2941


Modified: labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt	2009-11-05 21:48:16 UTC (rev 30038)
+++ labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt	2009-11-05 22:00:23 UTC (rev 30039)
@@ -5,9 +5,6 @@
   You will also have to edit server.properties to point it at your application
   server.
 
-  This Quickstart will only work on 4.2.3.GA/ESB Server - JBESB-2709 is 
-  preventing it from working against AS 5.1.0.GA.
-
 Overview:
 =========
   The purpose of the two_servers quickstart sample is to demonstrate 
@@ -34,8 +31,8 @@
      Type 'ant setup-servers'.    
 	(Note that this will remove both the SERVER_HOME/server/first and SERVER_HOME/server/second directories, and will make a copy of the default directory in each of these locations.   This target requires Ant 1.7 or higher)
   2. In Window 1, ant deploy
-  3. In Window 2, AS 4.x: start the first application server (./run.sh -c first)
-                  AS 5.x: start the first application server (./run.sh -c first -Djboss.service.binding.set=ports-01)
-  4. In Window 3, AS 4.x: start the second application server (./run.sh -c second) 
-                  AS 5.x: start the second application server (./run.sh -c second -Djboss.service.binding.set=ports-02)
+  3. In Window 2, if AS 4.x: start the first application server (./run.sh -c first)
+                  if AS 5.x: start the first application server (./run.sh -c first -Djboss.service.binding.set=ports-01)
+  4. In Window 3, if AS 4.x: start the second application server (./run.sh -c second) 
+                  if AS 5.x: start the second application server (./run.sh -c second -Djboss.service.binding.set=ports-02)
   5. In Window 1, ant runtest



More information about the jboss-svn-commits mailing list