Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 34690 invoked from network); 3 Aug 2009 22:07:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Aug 2009 22:07:03 -0000 Received: (qmail 75658 invoked by uid 500); 3 Aug 2009 22:07:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 75599 invoked by uid 500); 3 Aug 2009 22:07:04 -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 75588 invoked by uid 99); 3 Aug 2009 22:07:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 22:07:04 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.159] (HELO smtp5.freeserve.com) (193.252.22.159) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 22:06:55 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3432.me.freeserve.com (SMTP Server) with ESMTP id 2C0827000085 for ; Tue, 4 Aug 2009 00:06:33 +0200 (CEST) Received: from smtp.homeinbox.net (unknown [91.109.166.131]) by mwinf3432.me.freeserve.com (SMTP Server) with ESMTP id 08AE67000082 for ; Tue, 4 Aug 2009 00:06:33 +0200 (CEST) X-ME-UUID: 20090803220633356.08AE67000082@mwinf3432.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id 329901A4F7B for ; Mon, 3 Aug 2009 23:06:32 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4r7yDzaAGiko for ; Mon, 3 Aug 2009 23:06:28 +0100 (BST) Received: from [192.168.0.9] (study03.dev.local [192.168.0.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id CCD221A4F72 for ; Mon, 3 Aug 2009 23:06:28 +0100 (BST) Message-ID: <4A775F64.5010700@apache.org> Date: Mon, 03 Aug 2009 23:06:28 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Deploying grails application References: <4A71F16F.5000808@christopherschultz.net> <4A775D41.9000408@christopherschultz.net> In-Reply-To: <4A775D41.9000408@christopherschultz.net> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Christopher Schultz wrote: > Juan, > > On 7/30/2009 4:39 PM, Juan Pablo Romero Méndez wrote: >> It turned out there is some delay between clicking the link to deploy >> and the application being available. I somehow expected this process >> to be almost instantaneous. > > I won't use the manager app, so I've never really noticed that the > deployment process is not synchronous. I'm not surprised, though: the > manager app is probably just saying to Tomcat "please deploy this > application". Tomcat responds by saying "okay, I'll do my best" and then > the manager app responds to you (the user). Tomcat does the deployment > at its leisure. Nope. Deployment via the manager app is synchronous. Time taken to deploy will depend how big the war is and how long your app takes to start. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org