Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 95137 invoked from network); 5 May 2009 11:57:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 11:57:37 -0000 Received: (qmail 18778 invoked by uid 500); 5 May 2009 11:57:36 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 18712 invoked by uid 500); 5 May 2009 11:57:35 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 18701 invoked by uid 99); 5 May 2009 11:57:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 11:57:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 11:57:26 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 404C81149F for ; Tue, 5 May 2009 11:57:05 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: dev@tomcat.apache.org Date: Tue, 05 May 2009 11:57:05 -0000 Message-ID: <20090505115705.25232.26108@eos.apache.org> Subject: [Tomcat Wiki] Update of "FAQ/Miscellaneous" by KonstantinKolinko X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ/Miscellaneous The comment on the change is: 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. + '''''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. + [[Anchor(Q10)]]'''Is there a DTD for server.xml?''' No! Nor can one accurately exist. [http://marc.theaimsgroup.com/?l=tomcat-user&m=104205666221372&w=2 Here's why] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org