Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 028199920 for ; Mon, 26 Dec 2011 14:33:33 +0000 (UTC) Received: (qmail 98902 invoked by uid 500); 26 Dec 2011 14:33:29 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 98853 invoked by uid 500); 26 Dec 2011 14:33:29 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 98844 invoked by uid 99); 26 Dec 2011 14:33:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Dec 2011 14:33:29 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [62.161.7.2] (HELO smtp-out04.msg.oleane.net) (62.161.7.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Dec 2011 14:33:21 +0000 Received: from smtp04.msg.oleane.net (smtp04.mail.priv [172.17.20.113]) by smtp-out04.msg.oleane.net with ESMTP id pBQEBFGR007432 for ; Mon, 26 Dec 2011 15:11:15 +0100 Received: from [127.0.0.1] (cou93-6-88-172-183-103.fbx.proxad.net [88.172.183.103]) by smtp04.msg.oleane.net (MTA) with ESMTP id pBQDoHQE007394 for ; Mon, 26 Dec 2011 14:50:18 +0100 X-Oleane-Rep: REPA Message-ID: <4EF87B9A.5030006@adeuxi.com> Date: Mon, 26 Dec 2011 14:50:18 +0100 From: =?ISO-8859-1?Q?C=E9dric_SAMSON?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Tomcat 6.0.35 : Cluster and new node Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 111226-0, 26/12/2011), Outbound message X-Antivirus-Status: Clean X-PMX-Spam: Probability=8% X-PFSI-Info: PMX 5.5.9.395186, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.12.26.133616 (no antivirus check) X-Old-Spam-Flag: NO Hi all, Context : I have a cluster with 2 nodes (both on linux). * The master node is configured as below : * * The slave node is configured as below : * All works fine. I try to add a new war file in the master node folder "/usr/local/tomcat/watchdir/", after few seconds, the war is correctly deployed on both nodes. Now i try to add a third node configured exactily as the slave (i just change the IP address of receiver to match with the one of the machine). In the master node log, i can see a new member is added, with the correct IP, but the war already deployed on the cluster aren't deployed on the new node. * Question : * What's the way to be able to auto deploy on new node without restart the master node ? (when i restart the master node, all the nodes of the cluster are OK). Best regards --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org