Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 28289 invoked from network); 23 Jul 2006 16:39:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jul 2006 16:39:30 -0000 Received: (qmail 27854 invoked by uid 500); 23 Jul 2006 16:39:27 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 27682 invoked by uid 500); 23 Jul 2006 16:39:27 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 27671 invoked by uid 99); 23 Jul 2006 16:39:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 09:39:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.202.165.221] (HELO smtpout05-04.prod.mesa1.secureserver.net) (64.202.165.221) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 23 Jul 2006 09:39:26 -0700 Received: (qmail 19024 invoked from network); 23 Jul 2006 16:39:05 -0000 Received: from unknown (24.144.24.10) by smtpout05-04.prod.mesa1.secureserver.net (64.202.165.221) with ESMTP; 23 Jul 2006 16:39:05 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <8b3ce3790607221729n48f2ac1k5086cfa88d9e60b4@mail.gmail.com> References: <8b3ce3790607221729n48f2ac1k5086cfa88d9e60b4@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <26841C73-CE83-42B0-A838-0F6EF5201EE1@apache.org> Content-Transfer-Encoding: 7bit From: Greg Reddin Subject: Re: Portlet App and Ant (was Re: Would like to remove Ant build from Struts 2) Date: Sun, 23 Jul 2006 11:39:03 -0500 To: "Struts Developers List" X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Jul 22, 2006, at 7:29 PM, Ted Husted wrote: > What about this? > > * http://www.twdata.org/backups/WW/how-to-build-the-portlet-war-for- > a-specific-portal-server.html > > Meanwhile, what's involved in setting up Tomcat 5.5. for portlets? It's a bit more involved than just getting portlets to work in Tomcat. You have to install a portal server like Liferay, Jetspeed, or JBoss Portal. Liferay can be downloaded as a bundle that includes Tomcat. Jetspeed portals can be deployed into Tomcat using Maven 1 (They may have upgraded their scripts to m2 or ant. There was some talk about that but I'm not real sure where it went.) JBoss Portal comes with JBoss, of course. Liferay also has an ant portlet deployment script that you can use. It seems to me that portlet deployment is more of a function of the portal server than the framework. Is this question related to deploying a Struts 2.0 app as a portlet? If so, maybe the best thing to provide is a portlet wrapper that can work with an s2 app (similar to MyFacesGenericPortlet for MyFaces). Then let the portal vendors provide the deployment script. Greg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org