Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 76795 invoked from network); 17 Apr 2008 14:06:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 14:06:28 -0000 Received: (qmail 29572 invoked by uid 500); 17 Apr 2008 14:06:26 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 29548 invoked by uid 500); 17 Apr 2008 14:06:26 -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 29537 invoked by uid 99); 17 Apr 2008 14:06:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 07:06:25 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jaw981@gmail.com designates 66.249.90.178 as permitted sender) Received: from [66.249.90.178] (HELO ik-out-1112.google.com) (66.249.90.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 14:05:41 +0000 Received: by ik-out-1112.google.com with SMTP id b35so6121ika.3 for ; Thu, 17 Apr 2008 07:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=k0t9C4bh6vnSsv6/CUCTBZG3seI+uiiYPFbHABZylzw=; b=vllVh1grsh3vwue6xEtSejSe53FCiARWxzKqYz2jV7e8rTSH5rqHtsX6K45Dob38v/5vxlKFr/v4kKSMbQ7WRbaNN3bewqkkExSdu2W7GRkxID5TBByClryPpMrQtFOdRLZihjqmXp4MIHHDviQBDmjZETSpIQVapUrqmBS2MRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=atVoJLnQoYXLI9xlH6W1euoKjQ/7OqG4nnfpoJU41T3wemW7ABTFgg6rLa2AAvUlAYVD9wERwFk1R1KAE/C7NHkI2BMf8/RT/H3iV5GYfSB2O43hBxi6uIWUsRxx1N2Cwu7xF3hhTrX+BK7fgH/aOVyyn8JwA/R8UYs64SrL514= Received: by 10.150.58.5 with SMTP id g5mr1706472yba.89.1208441152035; Thu, 17 Apr 2008 07:05:52 -0700 (PDT) Received: by 10.150.154.19 with HTTP; Thu, 17 Apr 2008 07:05:51 -0700 (PDT) Message-ID: <73a75e430804170705qd1f7770he33c6b4ceab2e4f7@mail.gmail.com> Date: Thu, 17 Apr 2008 10:05:51 -0400 From: "Jason Warner" Sender: jaw981@gmail.com To: user@geronimo.apache.org Subject: Re: Require help and guidance to deploy a war file In-Reply-To: <73a75e430804170701q1c3585c0y41f71325e38a2743@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11988_23801525.1208441152024" References: <16744015.post@talk.nabble.com> <73a75e430804170701q1c3585c0y41f71325e38a2743@mail.gmail.com> X-Google-Sender-Auth: fc8b389689c5a3e3 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_11988_23801525.1208441152024 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello again, Let me amend my previous statement. I was thinking slower than my fingers type. I believe you should just package the contents of /ims/ims.war into a war file. Meaning, everything in your ims.war directory should be contained in the root level of your actual war. Please ask for clarification if necessary. On Thu, Apr 17, 2008 at 10:01 AM, Jason Warner wrote: > Hello, > > I think you issue is with your directory structure. Currently, you have > ims/ims.war/*everythinginyourwar*. The ims.war directory is unnecessary and > could be what's causing your problems. Try changing your structure to > ims/*everythinginyourwar* and then repackaging the war and deploying. > > Hope this helps! > > > On Thu, Apr 17, 2008 at 9:53 AM, newbie-gero wrote: > > > > > Hi lists. > > i require advice and help at deploying a war file. I started out using > > Jboss > > app server. i have attach my file which i deploy my in JBoss. It can run > > successfully when i type http://localhost:8080/ims/index.jsp > > > > This time round i deploy the file into geronimo. The difference with the > > file i deployed in Geronimo is i added in a geronimo-web.xml file in > > WEB-INF > > and compress the file into .war. > > When i use command line to deploy the file, the response is: > > > > chongming@LinuxCM:~/geronimo-2.1> java -jar bin/deployer.jar --user > > system > > --password manager deploy ims.war > > Deployed default/ims/1208439219896/war @ /ims > > > > However on the Geronimo log it shows this error: > > 21:33:39,897 WARN [TomcatModuleBuilder] Web application . does not > > contain > > a WEB-INF/geronimo-web.xml deployment plan. This may or may not be a > > problem, depending on whether you have things like resource references > > that > > need to be resolved. You can also give the deployer a separate > > deployment > > plan file on the command line. > > > > These is the file i deployed in Geronimo. As for JBoss, simply > > uncompress > > the file; > > http://www.nabble.com/file/p16744015/ims.war ims.war > > > > > > -- > > View this message in context: > > http://www.nabble.com/Require-help-and-guidance-to-deploy-a-war-file-tp16744015s134p16744015.html > > Sent from the Apache Geronimo - Users mailing list archive at > > Nabble.com. > > > > > > > -- > ~Jason Warner -- ~Jason Warner ------=_Part_11988_23801525.1208441152024 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello again,

Let me amend my previous statement.  I was thinking slower than my fingers type.  I believe you should just package the contents of /ims/ims.war into a war file.  Meaning, everything in your ims.war directory should be contained in the root level of your actual war. 

Please ask for clarification if necessary.

On Thu, Apr 17, 2008 at 10:01 AM, Jason Warner <jawarner@apache.org> wrote:
Hello,

I think you issue is with your directory structure.  Currently, you have ims/ims.war/*everythinginyourwar*.  The ims.war directory is unnecessary and could be what's causing your problems.  Try changing your structure to ims/*everythinginyourwar* and then repackaging the war and deploying.

Hope this helps!


On Thu, Apr 17, 2008 at 9:53 AM, newbie-gero <chongming@e7tech.com> wrote:

Hi lists.
i require advice and help at deploying a war file. I started out using Jboss
app server. i have attach my file which i deploy my in JBoss. It can run
successfully when i type http://localhost:8080/ims/index.jsp

This time round i deploy the file into geronimo. The difference with the
file i deployed in Geronimo is i added in a geronimo-web.xml file in WEB-INF
and compress the file into .war.
When i use command line to deploy the file, the response is:

chongming@LinuxCM:~/geronimo-2.1> java -jar bin/deployer.jar --user system
--password manager deploy ims.war
   Deployed default/ims/1208439219896/war @ /ims

However on the Geronimo log it shows this error:
21:33:39,897 WARN  [TomcatModuleBuilder] Web application . does not contain
a WEB-INF/geronimo-web.xml deployment plan.  This may or may not be a
problem, depending on whether you have things like resource references that
need to be resolved.  You can also give the deployer a separate deployment
plan file on the command line.

These is the file i deployed in Geronimo. As for JBoss, simply uncompress
the file;
 http://www.nabble.com/file/p16744015/ims.war ims.war


--
View this message in context: http://www.nabble.com/Require-help-and-guidance-to-deploy-a-war-file-tp16744015s134p16744015.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.




--
~Jason Warner



--
~Jason Warner ------=_Part_11988_23801525.1208441152024--