Author: chathura_ce
Date: Fri May 18 05:55:57 2007
New Revision: 539440
URL: http://svn.apache.org/viewvc?view=rev&rev=539440
Log:
Added links and headings to session affinity load balancing docs.
Modified:
webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
Modified: webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?view=diff&rev=539440&r1=539439&r2=539440
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
(original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html Fri
May 18 05:55:57 2007
@@ -159,6 +159,8 @@
<li><a href="#Sample52">Sample 52: POX to SOAP conversion</a></li>
<li><a href="#Sample54">Sample 54: Load balancing</a></li>
<li><a href="#Sample55">Sample 55: Failover</a></li>
+ <li><a href="#Sample56">Sample 56: Load balancing with session
affinity</a></li>
+ <li><a href="#Sample57">Sample 57: Load balancing with session affinity
among failover groups</a></li>
<li><a href="#Sample60">Sample 60: WSDL endpoint</a></li>
</ul>
</li>
@@ -1419,9 +1421,7 @@
have restarted any of the stopped servers and shutdown all other servers,
messages will be directed to the newly started server.</p>
-<p></p>
-
-<p>Sample 56:</p>
+<h2><a name="Sample56">Sample 56:</a></h2>
<pre><!-- Demontrates session affinity load balancing between 3 endpoints.
We are using client
initiated session for this sample. -->
<definitions xmlns="http://ws.apache.org/ns/synapse">
@@ -1519,7 +1519,7 @@
MyServer1. That means session number 1 is bound to MyServer3. Similarly
session 1 and 2 are bound to MyServer3 and MyServer2 respectively. </p>
-<h2>Sample 57:</h2>
+<h2><a name="Sample57">Sample 57:</a></h2>
<pre><!-- Demontrates the session affinity load balancing between fail over
endpoints. If endpoint servers
maintain session specific data, such data have to replicated among the
failover endpoints. -->
<definitions xmlns="http://ws.apache.org/ns/synapse">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]