From 090a0d0b178c0f6d165df0a5dddfc1afa5cdd60f Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 7 Mar 2009 16:08:41 +0000 Subject: [PATCH] Fix remainder of https://issues.apache.org/bugzilla/show_bug.cgi?id=46807 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 | 4 +++- webapps/docs/jasper-howto.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/web.xml b/conf/web.xml index 5431a3715..b529c1fe9 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -149,7 +149,9 @@ - + + + diff --git a/webapps/docs/jasper-howto.xml b/webapps/docs/jasper-howto.xml index 529d3dd42..255378a0f 100644 --- a/webapps/docs/jasper-howto.xml +++ b/webapps/docs/jasper-howto.xml @@ -126,7 +126,9 @@ dumped to a file? true or false, default false. false if suppressSmap is true.
  • enablePooling - Determines whether tag handler pooling is -enabled. true or false, default true. +enabled. This is a compilation option. It will not alter the behaviour of JSPs +that have already been compiled. true or false, +default true.
  • engineOptionsClass - Allows specifying the Options class -- 2.11.0