From users-return-134459-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Sun Oct 16 19:47:40 2005 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 43901 invoked from network); 16 Oct 2005 19:47:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2005 19:47:39 -0000 Received: (qmail 5952 invoked by uid 500); 16 Oct 2005 19:47:25 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 5926 invoked by uid 500); 16 Oct 2005 19:47:25 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 5915 invoked by uid 500); 16 Oct 2005 19:47:25 -0000 Delivered-To: apmail-jakarta-tomcat-user@jakarta.apache.org Received: (qmail 5912 invoked by uid 99); 16 Oct 2005 19:47:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2005 12:47:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [213.162.97.75] (HELO mail.metronet.co.uk) (213.162.97.75) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2005 12:47:25 -0700 Received: from [192.168.1.28] (213-162-107-30.jambus026.adsl.metronet.co.uk [213.162.107.30]) by smtp.metronet.co.uk (MetroNet Mail) with ESMTP id F0046414B25; Sun, 16 Oct 2005 20:46:46 +0100 (BST) Received: from 127.0.0.1 (AVG SMTP 7.0.344 [267.12.1]); Sun, 16 Oct 2005 20:46:59 +0100 Message-ID: <4352AE32.6080501@jbgb.com> Date: Sun, 16 Oct 2005 20:46:58 +0100 From: Paul Singleton Organization: Jambusters Ltd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en To: Tomcat Users List Cc: frank.langanke@etvice.com Subject: Re: How to PreCompile JSPs References: <9891e120050929075371df9a80@mail.gmail.com> <434249A3.7010702@etvice.com> In-Reply-To: <434249A3.7010702@etvice.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Frank Langanke wrote: > Murali schrieb: >> Hi , >> Can you someone provide me some information on how to precompile JSPs >> (probably thousands of JSPs) ? >> Regards, >> Murali > http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jasper-howto.html It looks to me like the only way to get Jasper 2 to precompile all JSPs shortly after web app deployment is to set development = false reloading = true checkInterval = ??? but this is a kludge because I don't expect the pages to change after deployment, I just want them compiled before anyone visits them. If I set checkInterval=10000000 or some very large value, will the pages be checked straightaway (then not for ages) or just not for ages? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.1/136 - Release Date: 15/Oct/2005 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org