[jboss-svn-commits] JBL Code SVN: r34524 - labs/jbossesb/trunk/product/samples/quickstarts/two_servers.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Aug 4 14:20:50 EDT 2010
Author: tfennelly
Date: 2010-08-04 14:20:49 -0400 (Wed, 04 Aug 2010)
New Revision: 34524
Added:
labs/jbossesb/trunk/product/samples/quickstarts/two_servers/no-service.xml
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt
Log:
https://jira.jboss.org/browse/JBESB-3435
Fix the two_servers quickstart to work with HornetQ
Added: labs/jbossesb/trunk/product/samples/quickstarts/two_servers/no-service.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/two_servers/no-service.xml (rev 0)
+++ labs/jbossesb/trunk/product/samples/quickstarts/two_servers/no-service.xml 2010-08-04 18:20:49 UTC (rev 34524)
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server></server>
Property changes on: labs/jbossesb/trunk/product/samples/quickstarts/two_servers/no-service.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt 2010-08-04 17:33:42 UTC (rev 34523)
+++ labs/jbossesb/trunk/product/samples/quickstarts/two_servers/readme.txt 2010-08-04 18:20:49 UTC (rev 34524)
@@ -40,8 +40,12 @@
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, if AS 4.x: start the first application server (./run.sh -c first)
+ 3. If HornetQ is the installed JMS Provider:
+ a) Open server/second/hornetq/hornetq-configuration.xml
+ b) Search for all "port" parameters (<param key="port") and modify the port number by adding
+ a predetermined offset e.g. port number 5445 to 10445, port number 5455 to 10455 etc.
+ 4. 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)
+ 5. 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
+ 6. In Window 1, ant runtest
More information about the jboss-svn-commits
mailing list