two_servers QS readme.txt needs changes
---------------------------------------
Key: JBESB-3182
URL:
https://jira.jboss.org/jira/browse/JBESB-3182
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Documentation
Affects Versions: 4.7
Reporter: Tom Cunningham
Assignee: Tom Cunningham
In the two_servers QS, we give the following instructiongs for running on AS5 :
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)
In these two steps, the order of -Djboss.service.binding.set=port2-01 and -c first need to
be reversed for the port binding property to take effect. These should read :
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
-Djboss.service.binding.set=ports-01 -c first)
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
-Djboss.service.binding.set=ports-02 -c second )
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira