Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 64494 invoked from network); 31 May 2007 14:11:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 14:11:28 -0000 Received: (qmail 8091 invoked by uid 500); 31 May 2007 14:11:20 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 7787 invoked by uid 500); 31 May 2007 14:11:19 -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 7776 invoked by uid 99); 31 May 2007 14:11:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 07:11:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [69.147.102.78] (HELO smtp115.plus.mail.re1.yahoo.com) (69.147.102.78) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 31 May 2007 07:11:13 -0700 Received: (qmail 90801 invoked from network); 31 May 2007 14:10:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:From:To:References:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-MimeOLE:In-reply-to:Thread-Index; b=CsDyGkhb4mJZBrxJCVL7dEHe8j7NozkcBlHNzpyWur2DmKoZJxdqMsJyorZkwG3vNSSRE9IW24hUtnLomHCOPvpG4blalUt7MJ3/Sas/PFnRvKQwobYje2asBViHAPkKLjnH3YbjCtt7vULSF7guwYtPtkLvEEW5i0Q3EKGPhdM= ; Received: from unknown (HELO timlap) (timlucia@12.160.199.10 with login) by smtp115.plus.mail.re1.yahoo.com with SMTP; 31 May 2007 14:10:51 -0000 X-YMail-OSG: A3WvLK8VM1l0RWxMtlrOxo__vLxMZQmgZkVqJs6S9EJBWwZcjbooEyqdHoEOMWSVzW9SnF8mZ_1JQv3x_RQsWUBSp7ijTXN16Z6cgW.mpjI6rtLgxg-- From: "Tim Lucia" To: "'Tomcat Users List'" References: <20070531150530.711e251a@n428><465ED15B.3050204@hanik.com> <20070531155228.1243c5a2@n428> Subject: RE: tomcat 6, clustering, FarmDeployer Date: Thu, 31 May 2007 10:10:44 -0400 Message-ID: <003701c7a38d$7ad9aa70$0201a8c0@timlap> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 In-reply-to: <20070531155228.1243c5a2@n428> Thread-Index: AcejiwJvTP3J0yoTTgi8FVi5G5/gvgAAZ+pQ X-Virus-Checked: Checked by ClamAV on apache.org I've used ant to write a deploy task which is parameterized. Then I can wrap an iteration task around it and undeploy + deploy on all n Tomcats. It does depend on http://ant-contrib.sourceforge.net/tasks/tasks/foreach.html Undefined: tomcat.username Undefined: tomcat.password Undefined: tomcat.manager Undefined: tomcat.server Undefined: tomcat.port Undefined: tomcat.username Undefined: tomcat.password Undefined: tomcatURL Deploying ${basedir}/${project.war} to ${tomcatURL} Tim > -----Original Message----- > From: Kristian Rink [mailto:kristian@zimmer428.net] > Sent: Thursday, May 31, 2007 9:52 AM > To: users@tomcat.apache.org > Subject: Re: tomcat 6, clustering, FarmDeployer > > > Filip; > > first off, thanks loads for your hint. So by now I can at least stop > playing with the FarmWarDeveloper and focus on other things... > > [Filip Hanik - Dev Lists @ Thu, 31 May 2007 > 15:44:59 +0200] > > > hi Kristian, Farm deployer is currently broken, has been for a while > > and needs to be completely revised. > > Is there another meaningful way of getting an application deployed to a > tomcat cluster, then, without having to deploy it to each and every > node? Though this wouldn't be much of a pain (given there just are two > nodes right now... :) ), it at least reduced comfort and ease-of-use > compared to the FWD solution... > > Thanks and bye, > Kristian > > -- > Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ > jab: kawazu@jabber.ccc.de * icq: 48874445 * fon: ++49 176 2447 2771 > "One dreaming alone, it will be only a dream; many dreaming together > is the beginning of a new reality." (Hundertwasser) > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org