[jboss-svn-commits] JBL Code SVN: r27710 - labs/jbossesb/trunk/product/samples/quickstarts/two_servers.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jul 7 14:54:06 EDT 2009
Author: tcunning
Date: 2009-07-07 14:54:06 -0400 (Tue, 07 Jul 2009)
New Revision: 27710
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/two_servers/server.properties
Log:
JBESB-2709
Tweak readme and server.properties to make them a little more readable.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt 2009-07-07 18:10:14 UTC (rev 27709)
+++ labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt 2009-07-07 18:54:06 UTC (rev 27710)
@@ -1,3 +1,10 @@
+Requirements :
+========
+ Ant 1.7 is required to run this quickstart.
+
+ You will also have to edit server.properties to point it at your application
+ server.
+
Overview:
=========
The purpose of the two_servers quickstart sample is to demonstrate
@@ -20,7 +27,9 @@
To Run:
===========================
- 1. In a command terminal window in this folder ("Window1"), 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.
+ 1. In a command terminal window in this folder ("Window1"),
+ 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, start the first application server (./run.sh -c first)
4. In Window 3, start the second application server (./run.sh -c second)
Modified: labs/jbossesb/trunk/product/samples/quickstarts/two_servers/server.properties
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/two_servers/server.properties 2009-07-07 18:10:14 UTC (rev 27709)
+++ labs/jbossesb/trunk/product/samples/quickstarts/two_servers/server.properties 2009-07-07 18:54:06 UTC (rev 27710)
@@ -1,5 +1,4 @@
-org.jboss.esb.twoservers.home=/Users/tcunning/src/esb/branch/product/build/jbossesb-server-4.2.1GA
-#org.jboss.esb.twoservers.home=/opt/jbossesb-server-4.2.1GA
+org.jboss.esb.twoservers.home=/opt/jbossesb-server-4.6
org.jboss.esb.twoservers.orig.config=default
org.jboss.esb.twoservers.dest.first=first
org.jboss.esb.twoservers.dest.second=second
More information about the jboss-svn-commits
mailing list