You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2002/06/26 18:56:00 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

luehe       2002/06/26 09:56:00

  Modified:    catalina/src/conf web.xml
  Log:
  Added 'enablePooling' context init param to comment section
  
  Revision  Changes    Path
  1.38      +3 -0      jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- web.xml	26 May 2002 00:02:42 -0000	1.37
  +++ web.xml	26 Jun 2002 16:56:00 -0000	1.38
  @@ -112,6 +112,9 @@
     <!--                       pages in external data files, to reduce the    -->
     <!--                       size of the generated servlets?  [false]       -->
     <!--                                                                      -->
  +  <!--   enablePooling       Determines whether tag handler pooling is      -->
  +  <!--                       enabled  [true]                                -->
  +  <!--                                                                      -->
     <!--   logVerbosityLevel   The level of detailed messages to be produced  -->
     <!--                       by this servlet.  Increasing levels cause the  -->
     <!--                       generation of more messages.  Valid values are -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>