Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 65606 invoked from network); 1 Feb 2002 19:28:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 Feb 2002 19:28:09 -0000 Received: (qmail 13869 invoked by uid 97); 1 Feb 2002 19:27:45 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 13853 invoked by uid 97); 1 Feb 2002 19:27:45 -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 13842 invoked from network); 1 Feb 2002 19:27:44 -0000 Date: Fri, 1 Feb 2002 14:26:29 -0500 (EST) From: Clay Mitchell To: Tomcat Users List Subject: RE: triggering JSP page recompilation In-Reply-To: <3A9D17BF9810D41196A300D0B744577928880D@THOR> 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 as far as I can tell from reading this: http://developer.java.sun.com/developer/qow/archive/96/ that file won't be recompiled into the file unless the file that <%@ include() %>'s it is changed. what i believe that is saying is that when the calling file is compiled, the contents of the include file are basically just copies the contents of that included file into the contents of the calling file and then compiles. if you use it will parse the included file every time. understand what i'm saying? -Clay On Fri, 1 Feb 2002, Brian Adams wrote: > I'm sorry, come again? I don't think you sent anything or I can't see it... > B > > -----Original Message----- > From: RSEQUEIRA@TRANSENTRIC.COM [mailto:RSEQUEIRA@TRANSENTRIC.COM] > Sent: Friday, February 01, 2002 1:14 PM > To: Tomcat Users List > Subject: Re: triggering JSP page recompilation > > > > > > > > > Guillermo Payet on 02/01/2002 11:52:11 AM > > Please respond to "Tomcat Users List" > > To: tomcat-user@jakarta.apache.org > cc: > > Subject: triggering JSP page recompilation > > > Hi, > > I recently installed Tomcat 4.0.1, (We used JServ + GNUJSP before) > and all works well, except for an anoying little problem that I > can't figure out: > > When someone modifies a file that's included from a JSP page with: > <%@ include file="somefile"%>, this modification does not trigger > the recompilation of the including file. > > If I not mistaken, with <%@ include file=...%>, the file is included during > compilation time. Tomcat will auto-reload the including file only if it has > been changed. I guess you could use jsp:include instead. The JSP engine > will include this file whenever the including jsp is called. > > > There must be a configuration switch to turn this on. > > Any clues? > > --G > > Hope this helps. > Thanks. > RS > > > -- > Guillermo Payet > O C E A N G R O U P > email: gpayet@oceangroup.com > web: http://www.oceangroup.com > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > > > > > > > > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > -- To unsubscribe: For additional commands: Troubles with the list: