<!-- this limit. A value of zero or less indicates -->
<!-- no limit. [-1] -->
<!-- -->
+ <!-- jspIdleTimeout The amount of time in seconds a JSP can be -->
+ <!-- idle before it is unloaded. A value of zero -->
+ <!-- or less indicates never unload. [-1] -->
+ <!-- -->
<!-- modificationTestInterval -->
<!-- Causes a JSP (and its dependent files) to not -->
<!-- be checked for modification during the -->
<code>Enum.name()</code> rather than <code>Enum.toString()</code> as
required by the EL specification. (markt)
</fix>
+ <fix>
+ Fix minor thread-safety and performance issues in the implementation
+ of <code>maxLoadedJsps</code>. (rjung)
+ </fix>
+ <add>
+ Add support for unloading JSPs that have not been requested for a
+ long time using the new parameter <code>jspIdleTimeout</code>. (rjung)
+ </add>
</changelog>
</subsection>
<subsection name="Cluster">
any one time does not exceed this limit. A value of zero or less indicates no
limit. Default <code>-1</code></li>
+<li><strong>jspIdleTimeout</strong> - The amount of time in seconds a JSP can be
+idle before it is unloaded. A value of zero or less indicates never unload.
+Default <code>-1</code></li>
+
<li><strong>modificationTestInterval</strong> - Causes a JSP (and its dependent
files) to not be checked for modification during the specified time interval
(in seconds) from the last time the JSP was checked for modification. A value of