Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 35093 invoked from network); 27 Sep 2004 17:57:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Sep 2004 17:57:49 -0000 Received: (qmail 42802 invoked by uid 500); 27 Sep 2004 17:57:38 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 42730 invoked by uid 500); 27 Sep 2004 17:57:38 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 42717 invoked by uid 99); 27 Sep 2004 17:57:38 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FROM_ENDS_IN_NUMS,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of shaer02@gmail.com designates 64.233.170.198 as permitted sender) Received: from [64.233.170.198] (HELO mproxy.gmail.com) (64.233.170.198) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 10:57:38 -0700 Received: by mproxy.gmail.com with SMTP id 79so3209350rnk for ; Mon, 27 Sep 2004 10:57:36 -0700 (PDT) Received: by 10.38.171.50 with SMTP id t50mr238904rne; Mon, 27 Sep 2004 10:57:29 -0700 (PDT) Received: by 10.38.70.16 with HTTP; Mon, 27 Sep 2004 10:57:29 -0700 (PDT) Message-ID: <7dbe2a4c04092710573102c1cf@mail.gmail.com> Date: Mon, 27 Sep 2004 13:57:29 -0400 From: Eric Shannon Reply-To: Eric Shannon To: dev@geronimo.apache.org, Sai Arunachalam Subject: Re: Struts on Geronimo In-Reply-To: <645d1db1040927104818befd6d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <645d1db1040927104818befd6d@mail.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I successfully deployed an application of mine that uses Struts actions and Tiles. I put the required struts and commons jars in the WEB-INF\lib directory. I expect you could also place them in the Geronimo repository and define the dependencies in your geronimo-jetty.xml file. On Mon, 27 Sep 2004 23:18:34 +0530, Sai Arunachalam wrote: > Hi everyone! > Does Geronimo support applications that use Struts? If yes, is > there anything in particular that I have to do to get it working? > > Thanks in advance, > Sai A >