Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 54627 invoked from network); 26 Feb 2008 19:08:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 19:08:22 -0000 Received: (qmail 44934 invoked by uid 500); 26 Feb 2008 19:08:15 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 44910 invoked by uid 500); 26 Feb 2008 19:08:15 -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 44899 invoked by uid 99); 26 Feb 2008 19:08:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 11:08:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 209.85.198.187 as permitted sender) Received: from [209.85.198.187] (HELO rv-out-0910.google.com) (209.85.198.187) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 19:07:39 +0000 Received: by rv-out-0910.google.com with SMTP id b22so1369072rvf.55 for ; Tue, 26 Feb 2008 11:07:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=iVQfF33t6KAW6gHQo5rHw8GBOrjKXe0Hl/2rM+0FJqg=; b=xlSpWoSjymAkmMkq3gnQUGlNPJtZhdMxOq4GKR4eUmwF2BO89QL1qThgh5iizhVo8gGT8OFNXTAmLOXKXkw5TNXPVZLFKu8elTQx0xXPsdPrFvY6JflFT4ill3wefbPF3mLozqiZCSOvHDSelLgh8pVbBTdkHrxgn3lUiwYtyCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=d985S5IRwWDkkJXvOdyyPYkkOdDNoC+Kzsaz0Ub012MHM06riJK/KTbplcYvuBW6V9XBkp80Q4kqVanT1DoaCM25cpmrc4QIvxIsfY6rYjmbs/L023K6yy+Y2aLMGls5udLwTZuevh20WX1fVSQSRi0C8S6lL2IItCkI/9kcNSg= Received: by 10.140.191.14 with SMTP id o14mr3627372rvf.130.1204052869153; Tue, 26 Feb 2008 11:07:49 -0800 (PST) Received: from ?10.59.6.127? ( [129.33.192.179]) by mx.google.com with ESMTPS id c5sm5293822qbc.19.2008.02.26.11.07.48 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Feb 2008 11:07:48 -0800 (PST) Message-Id: <73559EB0-991F-4925-B85B-322AE90F0338@gmail.com> From: Kevan Miller To: user@geronimo.apache.org In-Reply-To: <20080226110718.181451e9c2a7ebbcd6ae28cea81146c8.33e24963f3.wbe@email.secureserver.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: Pre-Compiling Date: Tue, 26 Feb 2008 14:07:45 -0500 References: <20080226110718.181451e9c2a7ebbcd6ae28cea81146c8.33e24963f3.wbe@email.secureserver.net> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 26, 2008, at 1:07 PM, Mark Aufdencamp wrote: > Hi All, > > It's been a while since I posted to the list. I've been working with > Geronimo 1.1 on an application for the last year. It's finally grown > large enough that I'd like to pre-compile my JSP's and Struts Action > Servlets prior to deploying them. How does one accomplish this? I > googled and didn't find anything real definitive. I'd prefer > utilizing > Ant over Maven, as it already exists in my development environment. We (Geronimo) use the maven Jspc plugin -- http://mojo.codehaus.org/jspc-maven-plugin/ -- in our build (check our pom.xml for more details). For ant-based compilation, suggest you use Tomcat 6 precompilation support. Look for 'Web App Compilation' in http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html Looks like Jason answered your other question. --kevan