Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 21527 invoked from network); 14 Aug 2009 15:55:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Aug 2009 15:55:55 -0000 Received: (qmail 40890 invoked by uid 500); 14 Aug 2009 15:56:02 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 40819 invoked by uid 500); 14 Aug 2009 15:56:02 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 40747 invoked by uid 99); 14 Aug 2009 15:55:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 15:55:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wsmoak@gmail.com designates 74.125.92.150 as permitted sender) Received: from [74.125.92.150] (HELO qw-out-1920.google.com) (74.125.92.150) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 15:55:44 +0000 Received: by qw-out-1920.google.com with SMTP id 5so511274qwc.14 for ; Fri, 14 Aug 2009 08:55:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=DVim+vjGB8HntyY+0s3r95ux+EhBl2IbaoWkJHMsXWU=; b=G4LJaQHSnYQQq9JafX+al8wAZ1t0JpM5Ovu4g0Bh3niZ8NnezVa9ptmNvqkJbuDxL2 IBSlMaRDRhXpEjrmSx5Vf8MjF9SFCql8G4P+OTkms/mgXBh9OF06KxVL565cZtwCgJrS iTbKUmBgz92HuWijt2/WtMhIXq9KZKl1X+6vg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=ZoDmBNAcpMajnyzjdMLENvshSD8Ax0Iaj7GUWLrVk0GDDuKwXcV0/u3KsXRZAHyPWa vL7UyLQLrLZ8oOBjmK0+t4wMCP1gkZfQER5sTL/2Yxxt2L3AIQh4gNwYyrbBx7v9fO7u hpSJklV/gkQN6t/qxHg7TplOTlTkUVWDddqTM= MIME-Version: 1.0 Received: by 10.224.117.211 with SMTP id s19mr2461332qaq.27.1250265323413; Fri, 14 Aug 2009 08:55:23 -0700 (PDT) In-Reply-To: <20090814143123.4f502dc7@localhost.localdomain> References: <20090814143123.4f502dc7@localhost.localdomain> From: Wendy Smoak Date: Fri, 14 Aug 2009 08:55:03 -0700 Message-ID: Subject: Re: Automated installation after build To: users@continuum.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Aug 14, 2009 at 5:31 AM, Adrian Wiesmann wrote: > I am a new user of continuum and while documentation is a little difficult > for a greenhorn at times, things are running now and I very much like what > I can do with continuum. Please point out areas where you had trouble with the docs, so we can improve them! > I want to have a demo website where the latest build of a project will be > installed after every successful build. Currently I have a Project Group > with a single Ant Project. The project compiles into a xy.war file which I > would then like to automatically copy into the webapps folder of a tomcat > instance on the same machine. Afterwards I would like to restart tomcat. The easiest way to accomplish this is probably to make it part of your Ant script. I know there is a copy task, and I'd be surprised if there weren't Ant tasks for Tomcat. Or you could have a separate process (cron job?) that watches for the existence of xy.war and then does the copy and re-start. (Or I suppose you could have that as a separate "build" in Continuum.) -- Wendy