Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 72662 invoked from network); 30 May 2006 19:53:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 May 2006 19:53:49 -0000 Received: (qmail 85335 invoked by uid 500); 30 May 2006 19:53:42 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 85271 invoked by uid 500); 30 May 2006 19:53:41 -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 85233 invoked by uid 99); 30 May 2006 19:53:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 12:53:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO nz-out-0102.google.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 12:53:41 -0700 Received: by nz-out-0102.google.com with SMTP id j2so973061nzf for ; Tue, 30 May 2006 12:53:18 -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=GwGbGbmXBemjAvKH0DwfgmAZwX7QQzbZ8F/w64P/WmRucdPKPY/gjPyEUQTgtmuCA4aYfESoNFhZJDMg7eW/DfFnX6Oq/4ukoIDBkMywA/9GuCnu1Zf5Xj6j+jhWpv8gS/5ns1orVBNsmdQLcHq8GTkwsSzSzhWDXigyTcpGdS0= Received: by 10.64.150.9 with SMTP id x9mr2187544qbd; Tue, 30 May 2006 12:53:18 -0700 (PDT) Received: by 10.65.176.15 with HTTP; Tue, 30 May 2006 12:53:18 -0700 (PDT) Message-ID: <74e15baa0605301253l5b5c53afy425d6aefb75c6ca8@mail.gmail.com> Date: Tue, 30 May 2006 15:53:18 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: dev@geronimo.apache.org Subject: Re: Fail to deploy basic web app in 1.1 In-Reply-To: <447C9F8A.6080103@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <447C9F8A.6080103@gmail.com> X-Google-Sender-Auth: 618c7ff6c64161e3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I haven't tried the Tomcat/Jetty namespaces. Are you using Geronimo/Tomcat not Geronimo/Jetty? Does it work if you use the web-1.1 namespace? Thanks, Aaron On 5/30/06, Hernan Cunico wrote: > Hi All, > I am trying to deploy, should I say migrate?, an extremely basic web app (HelloWorld) from Geronimo > v1.0 to v1.1. I updated the deployment plan to reflect the latest changes but the deployer tool > fails to deploy. > > Command I used: > java -jar deployer.jar --user system --password manager deploy \HelloWorld\HelloWorld.war > \HelloWorld\geronimo-web.xml > > Error received: > Error: Unable to distribute HelloWorld.war: Cannot deploy the > requested application module because no deployer is able to handle > it. This can happen if you have omitted the J2EE deployment > descriptor, disabled a deployer module, or if, for example, you are > trying to deploy an EJB module on a minimal Geronimo server that > does not have EJB support installed. > (planFile=E:\HelloWorld\geronimo-web.xml, > moduleFile=E:\geronimo-1.1\var\temp\geronimo-deployer2691.tmpdir\HelloWorld.war) > > Deployment plan geronimo-web.xml: > > > > > geronimo > HelloWorld > 1.1 > war > > > /hello > > > The .war contains the JSP and WEB-INF\web.xml which, just in case, I am attaching too. The build I'm > using is from last Friday. > > Any idea what am I missing? > > Thanks in advance > > Cheers! > Hernan > > >