Author: markt
Date: Thu Sep  2 07:55:11 2010
New Revision: 991837

URL: http://svn.apache.org/viewvc?rev=991837&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/trunk/webapps/docs/cluster-howto.xml

Modified: tomcat/trunk/webapps/docs/cluster-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cluster-howto.xml?rev=991837&r1=991836&r2=991837&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/cluster-howto.xml (original)
+++ tomcat/trunk/webapps/docs/cluster-howto.xml Thu Sep  2 07:55:11 2010
@@ -116,8 +116,8 @@ should be completed:</p>
   <li>If you have defined custom cluster valves, make sure you have the 
<code>ReplicationValve</code>  defined as well under the Cluster 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, in most cases Tomcat is smart 
enough to resolve this on it's own by autodetecting available ports in the 
range 4000-4100</li>
-  <li>Make sure your <code>web.xml</code> has the 
<code>&lt;distributable/&gt;</code> element 
-      or set at your <code>&lt;Context distributable="true" /&gt;</code></li>
+  <li>Make sure your <code>web.xml</code> has the
+      <code>&lt;distributable/&gt;</code> element</li>
   <li>If you are using mod_jk, make sure that jvmRoute attribute is set at 
your Engine <code>&lt;Engine name="Catalina" jvmRoute="node01" &gt;</code>
       and that the jvmRoute attribute value matches your worker name in 
workers.properties</li>
   <li>Make sure that all nodes have the same time and sync with NTP 
service!</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to