Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 72831 invoked from network); 1 Feb 2002 19:39:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 Feb 2002 19:39:54 -0000 Received: (qmail 4717 invoked by uid 97); 1 Feb 2002 19:38:53 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 4610 invoked by uid 97); 1 Feb 2002 19:38:52 -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 4588 invoked from network); 1 Feb 2002 19:38:52 -0000 Date: Fri, 1 Feb 2002 14:37:36 -0500 (EST) From: Clay Mitchell To: Tomcat Users List Subject: Re: triggering JSP page recompilation In-Reply-To: <20020201113413.U15676@oceangroup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N use then. what you're doing now just statically includes the contents of what you include in the class file when it recompiles. the jsp:include should do this dynamically. -CLay On Fri, 1 Feb 2002, Guillermo Payet wrote: > > You don't have to touch all the files. Just the JSP that contains the > > include directive. Tomcat uses the date of the JSP file to determine if it > > needs to be recompiled. If it does, then it will re-read any included > > files. > > Therefore... I have to touch all files, since all JSP files include > the file that was modified. As I mentioned before, GNUJSP keeps a > record of what files include what, and if told to, recompiles all > including files when an included file changes. I wonder if there > is a way to make Tomcat act this way. We have 4 people working on > a project that has about 50 JSP pages, and they all include > header, footer, menu, and other JSP included files. Having one > person do a "touch *.jsp" whenever he tweaks "lib/header.jsp" is > a bit disruptive. > > --G > > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > -- To unsubscribe: For additional commands: Troubles with the list: