Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 7501 invoked from network); 2 Sep 2010 07:59:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 07:59:02 -0000 Received: (qmail 61244 invoked by uid 500); 2 Sep 2010 07:59:01 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 61098 invoked by uid 500); 2 Sep 2010 07:58:59 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 61089 invoked by uid 99); 2 Sep 2010 07:58:59 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 07:58:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 07:58:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5F05523888CE; Thu, 2 Sep 2010 07:57:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r991840 - /tomcat/tc5.5.x/trunk/container/webapps/docs/cluster-howto.xml Date: Thu, 02 Sep 2010 07:57:23 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100902075723.5F05523888CE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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:

  • Uncomment the Valve(ReplicationValve) element in server.xml
  • If your Tomcat instances are running on the same machine, make sure the tcpListenPort attribute is unique for each instance.
  • -
  • 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
  • Make sure that jvmRoute attribute is set at your Engine <Engine name="Catalina" jvmRoute="node01" >
  • Make sure that all nodes have the same time and sync with NTP service!
  • Make sure that your loadbalancer is configured for sticky session mode.
  • --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org