https://issues.apache.org/bugzilla/show_bug.cgi?id=46807





--- Comment #2 from Eric Abbott <eabb...@crunchtime.com>  2009-03-05 15:05:32 
PST ---
http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html
The documentation is misleading when it states:
"Use java system property at server runtime to disable tag pooling
org.apache.jasper.runtime.JspFactoryImpl.USE_POOL=false. and limit the
buffering with org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true.
Note that changing from the defaults may affect performance, but it will vary
depending on the application."

The pooling for a given jsp can only be determined at compile time, be it
precompiled or compiled by the server.  Also the ant jasper precompile task
attribute poolingEnabled unfortunately differs from the web.xml value of
enablePooling which can cause confusion.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to