From aad8d04f0b10dc8890b20fd7855ac47e2c8a2814 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Fri, 29 Apr 2016 16:21:20 -0400 Subject: [PATCH] 2nd draft --- topics/clustering/load-balancer.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/clustering/load-balancer.adoc b/topics/clustering/load-balancer.adoc index 119c797e69..72257c22fc 100755 --- a/topics/clustering/load-balancer.adoc +++ b/topics/clustering/load-balancer.adoc @@ -3,7 +3,7 @@ This section only covers configuring the built in load balancer that is discussed in the <>. The link:{{book.appserver.loadbalancer.link}}[the load balancer] chapter of the {{book.appserver.loadbalancer.name}} -has some information on using some other software based load balancers that may help you. +has information on using some other software based load balancers that may help you. The <> is only designed to run on one machine. To bring up a slave on another host, you'll need to @@ -62,7 +62,7 @@ binding needs to point to the host and port of the new host. === Master Bind Addresses Next thing you'll have to do is to change the `public` and `management` bind addresses for the master host. Either -edit the _domain.xml_ file as discussed in the <> chapter +edit the _domain.xml_ file as discussed in the <> chapter or specify these bind addresses on the command line as follows: [source]