Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 33866 invoked from network); 28 Nov 2003 08:26:59 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Nov 2003 08:26:59 -0000 Received: (qmail 89169 invoked by uid 500); 28 Nov 2003 08:26:15 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 88974 invoked by uid 500); 28 Nov 2003 08:26:14 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 88908 invoked from network); 28 Nov 2003 08:26:13 -0000 Received: from unknown (HELO ctb-mesg5.saix.net) (196.25.240.77) by daedalus.apache.org with SMTP; 28 Nov 2003 08:26:13 -0000 Received: from DELL530 (tbnb-126-84.telkomadsl.co.za [165.165.126.84]) by ctb-mesg5.saix.net (Postfix) with ESMTP id E7F213DD0 for ; Fri, 28 Nov 2003 10:26:06 +0200 (SAST) From: "Schalk" To: "'Tomcat Users List'" Subject: RE: Preload JSP when it's startup Date: Fri, 28 Nov 2003 10:26:00 +0200 Message-ID: <002401c3b589$448093d0$3a5afea9@DELL530> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N One way would be to register the jsp/s in your web.xml and include the tag. Your entry in the web.xml would look as follows: start start.jsp 1 For the following jsp, the will be 2 etc. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:schalk@volume4.co.za web: www.volume4.co.za =20 This message contains information that is considered to be sensitive or confidential and may not be forwarded or disclosed to any other party without the permission of the sender. If you received this message in = error, please notify me immediately so that I can correct and delete the = original email. Thank you.=20 :: -----Original Message----- :: From: foongkim@cmm.canon.com.my [mailto:foongkim@cmm.canon.com.my] :: Sent: Friday, November 28, 2003 3:59 AM :: To: tomcat-user@jakarta.apache.org :: Subject: Preload JSP when it's startup ::=20 :: As we know, first time when JSP is called, it's complied into Servlet = and :: the next time you call the same jsp, the respond time will be faster. ::=20 :: Thus, anywar for Tomcat to set to preload the JSP page when it's = starting :: up the server? ::=20 :: Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org