Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 96443 invoked from network); 5 Nov 2001 04:09:27 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 5 Nov 2001 04:09:27 -0000 Received: (qmail 20267 invoked from network); 5 Nov 2001 04:11:50 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 5 Nov 2001 04:11:50 -0000 Received: (qmail 4599 invoked by uid 97); 5 Nov 2001 04:09:07 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 4581 invoked by uid 97); 5 Nov 2001 04:09:07 -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 4570 invoked from network); 5 Nov 2001 04:09:06 -0000 Message-ID: <20011105040906.33622.qmail@web20009.mail.yahoo.com> Date: Sun, 4 Nov 2001 20:09:06 -0800 (PST) From: Brian Kreitzer Subject: Re: Included ( JSP not being recompiled To: Tomcat Users List In-Reply-To: <20011104235056.29295.qmail@web20907.mail.yahoo.com> 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 I've seen similar problems with other application servers. You can think of it like this. The include is just a "pointer" to the other page and since the pointer doesn't acctually change, it sees no reason to recompile. I would guess that you cannot change this "feature". bk --- Janek Bogucki wrote: > I seem to have a problem with Tomcat not recompling > a > changed JSP when the JSP is only used as an included > file with . > > I have a page which includes another JSPs: > > /MyJSP.html: > > <%@ page errorPage="/error.html" %> > > ... > flush="true" /> > ... > > > > This is my included file, just static HTML: > > /_include/st.html#header.jsp: > > > > > If 'MyJSP.html' is modified it's recompiled and > served > out okay. However if '/_include/st.html#header.jsp' > is > modified 'MyJSP.html' continues to use the old > version > until I forced a recompile of > '/_include/st.html#header.jsp' by deleting the > out-of-date class from /work. > > Is there anything I can do to get > '/_include/st.html#header.jsp' to recompile > automatically when it's modifed? > > Thanks, > Janek Bogucki > > > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page from > News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > -- > To unsubscribe: > > For additional commands: > > Troubles with the list: > > ===== Brian Kreitzer Owner Kreitzer Kreations __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com -- To unsubscribe: For additional commands: Troubles with the list: