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.


-----Original Message-----
From: Guillermo Payet [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 01, 2002 2:22 PM
To: Tomcat Users List
Subject: Re: triggering JSP page recompilation


> 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.

I want to include those files at compilation time...  the individual 
included files are not meant to be stand alone, and will not compile 
on their own.  There's a switch to turn this on/off on GNUJSP, but on
Tomcat I'm force to touch all files.

Thanks

        --G


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to