Make it clear that enablePooling is a compilation, not a runtime option.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@751287
13f79535-47bb-0310-9956-
ffa450edef68
<!-- False if suppressSmap is true -->
<!-- -->
<!-- enablePooling Determines whether tag handler pooling is -->
- <!-- enabled [true] -->
+ <!-- enabled. This is a compilation option. It will -->
+ <!-- not alter the behaviour of JSPs that have -->
+ <!-- already been compiled. [true] -->
<!-- -->
<!-- engineOptionsClass Allows specifying the Options class used to -->
<!-- configure Jasper. If not present, the default -->
<code>false</code>. <code>false</code> if suppressSmap is true.</li>
<li><strong>enablePooling</strong> - Determines whether tag handler pooling is
-enabled. <code>true</code> or <code>false</code>, default <code>true</code>.
+enabled. This is a compilation option. It will not alter the behaviour of JSPs
+that have already been compiled. <code>true</code> or <code>false</code>,
+default <code>true</code>.
</li>
<li><strong>engineOptionsClass</strong> - Allows specifying the Options class