From user-return-4383-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Thu Aug 03 10:38:26 2006 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 17227 invoked from network); 3 Aug 2006 10:38:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2006 10:38:26 -0000 Received: (qmail 63112 invoked by uid 500); 3 Aug 2006 10:38:20 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 63103 invoked by uid 500); 3 Aug 2006 10:38:19 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 63092 invoked by uid 99); 3 Aug 2006 10:38:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 03:38:19 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 66.249.82.196 as permitted sender) Received: from [66.249.82.196] (HELO wx-out-0102.google.com) (66.249.82.196) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 03:38:19 -0700 Received: by wx-out-0102.google.com with SMTP id i27so152406wxd for ; Thu, 03 Aug 2006 03:37:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=kUn/bUJ1Qzp3x9Da6xyE3qxjLf8Gt4rabEXURIJuALRfIEk67szMJm1ZlR9hRkI5eyLpx7ETlvm8hpSLMf/yYT55e8Fzof5HhmZCKn+OxNSLL3IwmNGJDqE1jONIncaiVqf40nZaxIV8ZjG4k6YgrnxIOKugGraKpCh+GoYAfs4= Received: by 10.78.127.2 with SMTP id z2mr667922huc; Thu, 03 Aug 2006 03:37:56 -0700 (PDT) Received: by 10.78.196.5 with HTTP; Thu, 3 Aug 2006 03:37:56 -0700 (PDT) Message-ID: <74e15baa0608030337md3e7f4w1a5d709e2f82330@mail.gmail.com> Date: Thu, 3 Aug 2006 06:37:56 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: Deploying unpackaged webapps? In-Reply-To: <1154594211.6133.8.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1154594211.6133.8.camel@localhost.localdomain> X-Google-Sender-Auth: 90b9ed9d4ed2ff6a X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You can use the --inPlace argument to the deploy tool and pass it your WAR directory. It will use the current location of the (packed or unpacked) WAR for its deployment. Thanks, Aaron On 8/3/06, Achim We=DFling wrote: > Under Tomcat it is possible to deploy a webapp by dropping a xml-file > with some basic configuration-information in the dir > $CATALINA_HOME/conf/Catalina/localhost. This way it was possible to > deploy unpacked webapps, which could be placed somewhere on the system. > > Is this somehow possible under a geronimo with tomcat installtion? > > Thanks > > Achim >