<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<small><font face="Verdana">I think that is purely java <%@
include%> issue. not opencms problem.<br>
when a jsp being compiled to class, it looks for the <% include
%> files. after that, further charges on included file does no
effect on the jsp file. the jsp will only be re compiled (so include
the new changes on include file) when the system knows it is changed.
e.g. u edit it.<br>
the simplest method I know of is to "Touch" it . :)<br>
you dont need to purge the respository<br>
<br>
<br>
Joe<br>
</font></small><br>
<blockquote type="cite">
  <div class="moz-text-plain" wrap="true" graphical-quote="true"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">
  <pre wrap="">Hi,
we are using several includes via the JSP <%@ include %> tag throughout our
OpenCms portals. This works fine, except when the including file has to be
loaded often during the development phase. After being included once,
Flexcache does not recognize any changes to the JSP that has to be included.
We have to purge the whole JSP respository everytime we change this file.

Is there any way to avoid this? It drastically increases development time
and significantly slows down the development servers. We checked the
Flexcache doc but didn't find any suitable. Using the <cms:include> tag is
no solution either, since it does a static include (basically the same as
using <jsp:include>) which is not what we need.

Thanks in advance,
Roman
<div class="moz-txt-sig">-- 
View this message in context: <a class="moz-txt-link-freetext"
 href="http://www.nabble.com/include-and-Flexcache-tf2292454.html#a6367507">http://www.nabble.com/include-and-Flexcache-tf2292454.html#a6367507</a>
Sent from the OpenCMS - Dev mailing list archive at Nabble.com.

</div></pre>
  </div>
</blockquote>
<br>
</body>
</html>