Author: markt
Date: Thu Sep 2 07:57:23 2010
New Revision: 991840
URL: http://svn.apache.org/viewvc?rev=991840&view=rev
Log:
Remove setting distributable on the Context from the docs. It gets lost on
webapp reload() e.g. when triggered from the manager app.
Modified:
tomcat/tc5.5.x/trunk/container/webapps/docs/cluster-howto.xml
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/cluster-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/cluster-howto.xml?rev=991840&r1=991839&r2=991840&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/cluster-howto.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/cluster-howto.xml Thu Sep 2
07:57:23 2010
@@ -44,8 +44,8 @@ should be completed:</p>
<li>Uncomment the <code>Valve(ReplicationValve)</code> element in
server.xml</li>
<li>If your Tomcat instances are running on the same machine, make sure the
<code>tcpListenPort</code>
attribute is unique for each instance.</li>
-<li>Make sure your <code>web.xml</code> has the
<code><distributable/></code> element
- or set at your <code><Context distributable="true" /></code></li>
+<li>Make sure your <code>web.xml</code> has the
+ <code><distributable/></code> element</li>
<li>Make sure that jvmRoute attribute is set at your Engine <code><Engine
name="Catalina" jvmRoute="node01" ></code></li>
<li>Make sure that all nodes have the same time and sync with NTP service!</li>
<li>Make sure that your loadbalancer is configured for sticky session
mode.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]