Title: Include file in Jsp -recompile issue
My understanding was that there are two types of include:
1. one with the :include directive and
2. with the <%@ include file %> directive.
 
I am using the second one , in which case it shd just include the file and make it into one big file. The parser shd be checking for the
timestamp on this file. Under the Jrun engine they do get recompiled.
 
Srini
-----Original Message-----
From: Filip Hanik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 4:49 PM
To: [EMAIL PROTECTED]
Subject: Re: Include file in Jsp -recompile issue

Isn't the include a statement that gets executed during runtime.so if a sub page is changed, there is no need to recompile the main page. because the include will be dynamically executed.
 
Filip
 
~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
----- Original Message -----
Sent: Tuesday, February 06, 2001 4:38 PM
Subject: Include file in Jsp -recompile issue


I have Jsp files which include other jsps.
If the included jsp is changed Tomcat doesn't recompile the main jsp
unless i go and touch the main jsp file.
Is this a bug or is this configurable or am i just wrong ??

Srini

Reply via email to