Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 34259 invoked from network); 29 Mar 2007 16:32:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 16:32:44 -0000 Received: (qmail 92406 invoked by uid 500); 29 Mar 2007 16:32:48 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 92383 invoked by uid 500); 29 Mar 2007 16:32:48 -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 92369 invoked by uid 99); 29 Mar 2007 16:32:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 09:32:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of paulmcmahan@gmail.com designates 66.249.82.237 as permitted sender) Received: from [66.249.82.237] (HELO wx-out-0506.google.com) (66.249.82.237) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 09:32:38 -0700 Received: by wx-out-0506.google.com with SMTP id s18so200848wxc for ; Thu, 29 Mar 2007 09:32:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=WQZH5B0IeZ8OyryRQrdxD+is68xKlLa+FbW1hjKRV0ydNSc3x5To5OdiHZlOfzVO+hxrm55zSnKBEKcH8Qtba8tRYyLirjnzslOiieyowDHJbVhiyMChut9FUKc2VezBsFmEk713FpjX/h4tMm0TQ+EOiFvpDB/bhk7rM2HMn/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=nlaWyX0ocKor2A4p9dlAIVle0YWkHznuFXgKfJ+KHhEswu/ekjXXBnV3auSConRM/Og3R3p3YNpDd8ci87Hnfxys+FLGivTkgvh1RTS7NDgw7yQe5YuGWR8J+i0E7U0J3OgqGKzDxx46Lt/QNthhb4i4mFBg2QmbIpa/Mnupkas= Received: by 10.90.63.16 with SMTP id l16mr819671aga.1175185936072; Thu, 29 Mar 2007 09:32:16 -0700 (PDT) Received: from ?192.168.1.104? ( [65.5.198.110]) by mx.google.com with ESMTP id 45sm992669wri.2007.03.29.09.32.15; Thu, 29 Mar 2007 09:32:15 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <25923928@web.de> References: <25923928@web.de> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <33D9F859-D605-40B6-AB1F-31EE7119B549@gmail.com> Content-Transfer-Encoding: 7bit From: Paul McMahan Subject: Re: How to deploy a portlet? Date: Thu, 29 Mar 2007 12:32:14 -0400 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org There are a couple of options that I know of for deploying JSR 168 portlets in Geronimo 1.1.1. One is to embed Apache Pluto in your WAR and deploy it in Geronimo just like any other WAR. Pluto provides JSR 168 support but the portal layout, navigation, etc are configured internally in your WAR with XML files. The Geronimo Administration Console implements it portlet interface in this way, for example. Another option is to install a portal server such as Liferay into Geronimo and then install your portlets into it. If you go with this option then you can download Liferay from their website and install it into Geronimo manually or you can install it as a plugin using Geronimo's admin console which I think is easier. To install Liferay as a plugin from the admin console follow these steps: - Log into your admin console at http://localhost:8080/console (default creds are system/manager) - Click Plugins: Create/Install link on the left - Click Add Repository link - Add this URL : http://geronimo.liferay.com/plugins/ - Now select that URL from the drop down list and click the Search for Plugins button - Install and start the liferay-pool plugin (this is the database and connection pool for Liferay) - Install and start the liferay-portal-tomcat plugin - Your portal should now be accessible at http://localhost:8080/ Liferay admin instructions are at: http://content.liferay.com/4.2/doc/user/ liferay_4_portal_administration_guide/multipage/ - tip: you can get much better performance by replacing the default database pool which uses an internal Derby instance with a pool that uses an external database such as MySQL or DB2 Best wishes, Paul On Mar 29, 2007, at 3:28 AM, Jochen Zink wrote: > Hi at all, > > I'm a little confused and I found no solution. But I believe it > must be very simple. ;) > > I have a JSR-168 Portlet and want them to deploy on geronimo 1.1.1. > What must I do, that it run as a portlet? I can't find any > documentation about that. > > Sorry for the question, but I don't get it run. What must I > configure? Has anyone a little and very basic example? > > Thanks for every reply! > > > > _______________________________________________________________ > SMS schreiben mit WEB.DE FreeMail - einfach, schnell und > kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192 >