Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 3570 invoked from network); 9 Nov 2006 16:01:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2006 16:01:56 -0000 Received: (qmail 97618 invoked by uid 500); 9 Nov 2006 16:02:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 97579 invoked by uid 500); 9 Nov 2006 16:02:04 -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 97567 invoked by uid 99); 9 Nov 2006 16:02:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 08:02:04 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of paulmcmahan@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 08:01:49 -0800 Received: by ug-out-1314.google.com with SMTP id m2so316460ugc for ; Thu, 09 Nov 2006 08:01:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b+ZFI+34EMU84vw22U59kc94u2oG2kTpcIC6I+tHbnmAaoG5+PV6Q9lIkpn+A9HLDVdr6aC1LO02dInBHJmxcQ8Tg0N7T7hyXDetinTvLFy8VgkhmUg+uDqUTXc1XBqYUYvDynZCdO307w99+4TD5Nnya91m8se0758kP8+bSGA= Received: by 10.67.121.15 with SMTP id y15mr1560845ugm.1163088087746; Thu, 09 Nov 2006 08:01:27 -0800 (PST) Received: by 10.67.19.8 with HTTP; Thu, 9 Nov 2006 08:01:27 -0800 (PST) Message-ID: <21df75940611090801h53cf8d3dx1629e5268b1edb00@mail.gmail.com> Date: Thu, 9 Nov 2006 11:01:27 -0500 From: "Paul McMahan" To: dev@geronimo.apache.org Subject: Re: server startup dispaly In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061109130022.49649.qmail@web31711.mail.mud.yahoo.com> <21df75940611090533j43650363p2e1aac91c7486a7c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 11/9/06, Mark DeLaFranier wrote: > Starting Modules... > [1/20] org.apache.geronimo.configs.A > [2/20] org.apache.geronimo.configs.B > .. > [20/20] my config > > This way any exceptions or messages printed out by the modules would be > printed in between the lines of module starts. Also, I believe that > modules are most like to get longer and truncating probably isn't the > best thing. Possibly a wrap around? Geronimo will give you something like that if you add "--long" onto the startup command. Best wishes, Paul