Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a note to "How do I disable tag pooling?" question

...

To disable tag pooling: See $TOMCAT_HOME/conf/web.xml --> enablePooling=false for the jsp servlet declaration.

Wiki Markup
*_Note_:* This option, as well as most other configuration options of \[http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html JspServlet\], affects code generation and compilation of JSP pages. It will not alter the behavior of JSPs that have already been compiled.

Is there a DTD for server.xml?

...