The company's custom label The use of an error in Tomcat 4.1 has been resolved.
Tomcat4.1 Installation Directory / Conf/web.xml (Global Parameters); Add EnablePooling Parameters, set to false, and do not cache custom labels.
===================================================
jsp servlet-name> org.apache.jasper.servlet.jspservlet servlet-class>
Add to join, please add it to the first parameter ->
enablepooling param-name>
false param-value>
init-param>
fork param-name>
false param-value>
init-param>
servlet>
===================================================
Tomcat4.1 Developers believe that tag's release () method is not a method that must be implemented in the Java specification, only before GC. Tomcat4.1 The label buffer pool is turned on by default, so after the tag is executed, the Release () method is not executed (WebSphere will). Close this estimate affects the performance of Tomcat processing JSP! ! One of the major differences between 4.0 and 4.1 is this feature!
Also suitable for Tomcat 5.
Related Information
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16001