Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 1817 invoked from network); 4 Nov 2004 19:35:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Nov 2004 19:35:18 -0000 Received: (qmail 25179 invoked by uid 500); 4 Nov 2004 19:34:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 25125 invoked by uid 500); 4 Nov 2004 19:34:50 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 25075 invoked by uid 99); 4 Nov 2004 19:34:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [66.250.40.202] (HELO saturn.opentools.org) (66.250.40.202) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 04 Nov 2004 11:34:49 -0800 Received: by saturn.opentools.org (Postfix, from userid 500) id A08703E5C; Thu, 4 Nov 2004 14:38:23 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id 99B66F5CB for ; Thu, 4 Nov 2004 14:38:23 -0500 (EST) Date: Thu, 4 Nov 2004 14:38:23 -0500 (EST) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: dev@geronimo.apache.org Subject: Re: How to updated config.list during offline deployment In-Reply-To: <43897FFA-2E97-11D9-BC3B-000D93C5B79C@gluecode.com> Message-ID: References: <418A806C.5030700@gluecode.com> <43897FFA-2E97-11D9-BC3B-000D93C5B79C@gluecode.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Actually, it will be java -jar bin/deployer.jar deploy [module] [plan] As per the proposed deployer syntax thread. (Though I currently have a separate new-deployer.jar until we feel comfortable axing the old one). Aaron On Thu, 4 Nov 2004, Dain Sundstrom wrote: > So I would have to do this: > > java -jar bin/server.jar --install file.ear > java -jar bin/server.jar --add my/new/config > > I think that the vast majority of the time I would just want this: > > java -jar bin/server.jar --deploy file.ear > > which would do both of the above commands in one go > > -dain > >