Fix remainder of https://issues.apache.org/bugzilla/show_bug.cgi?id=46807
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 7 Mar 2009 16:08:41 +0000 (16:08 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 7 Mar 2009 16:08:41 +0000 (16:08 +0000)
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

conf/web.xml
webapps/docs/jasper-howto.xml

index 5431a37..b529c1f 100644 (file)
   <!--                       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  -->
index 529d3dd..255378a 100644 (file)
@@ -126,7 +126,9 @@ dumped to a file? <code>true</code> or <code>false</code>, 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