Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 59723 invoked by uid 500); 1 May 2001 22:33:03 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 59691 invoked from network); 1 May 2001 22:32:59 -0000 Received: from ns3.linuxwebnet.com (HELO linuxwebnet.com) (qmailr@208.231.31.106) by h31.sny.collab.net with SMTP; 1 May 2001 22:32:59 -0000 Received: (qmail 22159 invoked from network); 1 May 2001 22:21:32 -0000 Received: from unknown (HELO VAIO) (208.25.178.252) by ns3.linuxwebnet.com with SMTP; 1 May 2001 22:21:32 -0000 From: "Filip Hanik" To: Subject: RE: caching mechanism Date: Tue, 1 May 2001 15:32:34 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <002201c0d28d$273f85b0$f1284ec6@frmt1.sfba.home.com> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N just set reload to true for the context, tomcat should reload your JSP, at least it does for servlets. anyone, isn't this some standard functionality that Tomcat implements, hot reload of JSP files? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect filip@filip.net www.filip.net > -----Original Message----- > From: Kanwar Dhaliwal [mailto:kanwar.dhaliwal@openwave.com] > Sent: Tuesday, May 01, 2001 3:22 PM > To: tomcat-user@jakarta.apache.org > Subject: RE: caching mechanism > > > Tomcat loads up the files only on startup. So you would have to > kill tomcat > and restart it for your changes to take effect. > > --Kanwar > > > -----Original Message----- > > From: proy@deltagreen.com [mailto:proy@deltagreen.com] > > Sent: Tuesday, May 01, 2001 2:59 PM > > To: tomcat-user@jakarta.apache.org > > Subject: caching mechanism > > > > > > I now have Tomcat working. It serves a single jsp file for now > > (index.jsp). > > > > If I change the content of the file, it doesn't update what I get on the > > net when I access it! Is there a caching mechanism that I should know > > about? I have it working on OS X (Darwin). > > > > Thanks > > > > > >