Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 32597 invoked from network); 21 Mar 2006 14:38:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Mar 2006 14:38:25 -0000 Received: (qmail 11570 invoked by uid 500); 21 Mar 2006 14:38:14 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 11404 invoked by uid 500); 21 Mar 2006 14:38:13 -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 11393 invoked by uid 99); 21 Mar 2006 14:38:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 06:38:13 -0800 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=MAILTO_TO_SPAM_ADDR,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of paulmcmahan@gmail.com designates 64.233.182.203 as permitted sender) Received: from [64.233.182.203] (HELO nproxy.gmail.com) (64.233.182.203) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 06:38:11 -0800 Received: by nproxy.gmail.com with SMTP id g2so980693nfe for ; Tue, 21 Mar 2006 06:37:49 -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=N4quQQioEze3bc7jK/XWnLoO6nR7x7IHyR1T9fEMpEyC2AAtH2QjwW0yxeiUdR644ucajGhwu/O4l147SdvHftYwBTfuXMRyHRjW46KL5nbH70jE0X6uHgIG9VUfUtv8nnlezVvwdccuQsM+grKlpFYHtJJY7ENMPkhHOkNo5ks= Received: by 10.48.144.20 with SMTP id r20mr1720453nfd; Tue, 21 Mar 2006 06:37:49 -0800 (PST) Received: by 10.48.225.13 with HTTP; Tue, 21 Mar 2006 06:37:49 -0800 (PST) Message-ID: <21df75940603210637h6b85685dy673a6f05f2068db0@mail.gmail.com> Date: Tue, 21 Mar 2006 09:37:49 -0500 From: "Paul McMahan" To: user@geronimo.apache.org Subject: Re: Pluto Installation on Geronimo In-Reply-To: <3504561.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3499645.post@talk.nabble.com> <0336EC66-296F-4DCC-8AE3-E483542D888E@yahoo.com> <3504561.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, the contents of your war file looks like an archive of a tomcat/webapps directory containing two deployed web applications - pluto and testsuite. If your intention is to "migrate" the deployed portal applications from tomcat to geronimo then I think that you should instead create two war files using a set of commands like cd webapps/pluto jar -cf ../pluto.war . cd ../testsuite jar -cf ../testsuite.war . Then for each war file you would also need to create a deployment plan (usually named geronimo-web.xml) as described here: http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Quick+star= t+-+Apache+Geronimo+for+the+impatient#Quickstart-ApacheGeronimofortheimpati= ent-Createanddeployasampleapplication I haven't tried migrating an application from tomcat to geronimo in this way but I think it might work(?). However, if you run into problems then you probably want to just start with the original war files that you deployed into tomcat and then create the deployment plans as mentioned above for deployment into geronimo. Best wishes, Paul On 3/20/06, avin98 wrote: > I haven't tried this, but I had bundled the Pluto installation into a wa= r > and tried deploying it onto Geronimo.Here are the contents of the war. I > hope the jars are in proper locations. /webapps/pluto /webapps/testsuite > /webapps/pluto/login.jsp /webapps/pluto/login_success.jsp > /webapps/pluto/META-INF /webapps/pluto/pluto.png > /webapps/pluto/pluto_style.css /webapps/pluto/portlet-spec-1.0.css > /webapps/pluto/portlets /webapps/pluto/WEB-INF > /webapps/pluto/META-INF/MANIFEST.MF [snip] /webapps/testsuite/WEB-INF/classes/org/apache/pluto/portalImpl/portlet/test= /TestResults.class > /webapps/testsuite/WEB-INF/classes/org/apache/pluto/testsuite/ExpectedRes= ults.class > /webapps/testsuite/WEB-INF/classes/org/apache/pluto/testsuite/InvalidConf= igurationException.class > /webapps/testsuite/WEB-INF/lib/castor-0.9.5.3.jar > /webapps/testsuite/WEB-INF/lib/commons-beanutils-1.7.0.jar > /webapps/testsuite/WEB-INF/lib/commons-digester-1.6.jar > /webapps/testsuite/WEB-INF/lib/jstl-1.0.2.jar > /webapps/testsuite/WEB-INF/lib/standard-1.0.4.jar -- > ________________________________ > View this message in context: Re: Pluto Installation on Geronimo > > Sent from the Apache Geronimo - Users forum at Nabble.com. >