From 9429a337757b23dba340e2eceb2074d88565919b Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 2 Sep 2010 07:55:11 +0000 Subject: [PATCH] Remove setting distributable on the Context from the docs. It gets lost on webapp reload() e.g. when triggered from the manager app. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@991837 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/cluster-howto.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/cluster-howto.xml b/webapps/docs/cluster-howto.xml index 4a591b6ee..dbe8bcb75 100644 --- a/webapps/docs/cluster-howto.xml +++ b/webapps/docs/cluster-howto.xml @@ -116,8 +116,8 @@ should be completed:

  • If you have defined custom cluster valves, make sure you have the ReplicationValve defined as well under the Cluster element in server.xml
  • If your Tomcat instances are running on the same machine, make sure the tcpListenPort 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
  • -
  • Make sure your web.xml has the <distributable/> element - or set at your <Context distributable="true" />
  • +
  • Make sure your web.xml has the + <distributable/> element
  • If you are using mod_jk, make sure that jvmRoute attribute is set at your Engine <Engine name="Catalina" jvmRoute="node01" > and that the jvmRoute attribute value matches your worker name in workers.properties
  • Make sure that all nodes have the same time and sync with NTP service!
  • -- 2.11.0