Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 65381 invoked from network); 20 Mar 2008 05:33:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2008 05:33:11 -0000 Received: (qmail 73748 invoked by uid 500); 20 Mar 2008 05:33:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 73696 invoked by uid 500); 20 Mar 2008 05:33:07 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 73685 invoked by uid 99); 20 Mar 2008 05:33:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 22:33:07 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jason.dillon@gmail.com designates 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 05:32:28 +0000 Received: by wa-out-1112.google.com with SMTP id j4so917242wah.1 for ; Wed, 19 Mar 2008 22:32:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=TXHPV627luzy+oEdr4xJ1zoAvkX9jXPp61EYYa5gO80=; b=bKz0pGG12e5Mq5cEBaYSIOSZ3O6MMsubn+2GWsO4ojANcyFPAbXTyfJYvXXG5LhSISDQxIlybeeoBewn3vPyIo2NnmoVkRSCeVM07m5OU0bxEpijcdJ1rwtvnrbVlhSOVadWG/YohCTEGTCnRt9qOm14fwLhbjcQ0oUpO1jD0TA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=Js9gWKpuqkx91mjC8T/7Y4lpuXFE1FozVIAEftupdO3q5y5jI9wOXRISiplEibQDGGJvQ5nLDaPl/xJz+DPx0eYWfsyj6um83f+f6MFS1Pt5ShSCvIJqFoTTPVRlCPh+9PBcw3LQFSU3Fz7er1ueNdsxk56WYYjT7sfo2D5qC08= Received: by 10.114.156.1 with SMTP id d1mr2525607wae.68.1205991159545; Wed, 19 Mar 2008 22:32:39 -0700 (PDT) Received: from ?10.0.1.100? ( [58.8.5.43]) by mx.google.com with ESMTPS id l23sm2442291waf.5.2008.03.19.22.32.37 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Mar 2008 22:32:38 -0700 (PDT) Message-Id: <0A66A7CF-6D37-4261-8C18-F0F11ED0B083@planet57.com> From: Jason Dillon To: dev@geronimo.apache.org In-Reply-To: <5eb405c70803191158oea78227pb3daf83bf2f2cf91@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: timeout for geronimo/start-server Date: Thu, 20 Mar 2008 12:32:33 +0700 References: <5eb405c70803191158oea78227pb3daf83bf2f2cf91@mail.gmail.com> X-Mailer: Apple Mail (2.919.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org Its the time the server must have started up, when using the -- background option. --jason On Mar 20, 2008, at 1:58 AM, Jarek Gawor wrote: > The geronimo/start-server command has a timeout option: -t (--timeout) > N Specify the timeout for the server process in seconds. > > What is this timeout for exactly? The time in which the server must > start up in (that is, the command fails if the server does not start > in X seconds) or the time for long to run the server (that is, run the > server for x seconds, and after x seconds shut it down)? > > Jarek