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 2003/08/06 22:03:15 UTC

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

luehe       2003/08/06 13:03:15

  Modified:    catalina/src/conf web.xml
  Log:
  - Replaced JspServlet's "tagPoolSize" config param with the correct
    "tagpoolMaxSize" in web.xml
  
  - Removed getTagPoolSize() from Options, because tag pool size is no
    longer needed at compile time
  
  Revision  Changes    Path
  1.22      +2 -2      jakarta-tomcat-catalina/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- web.xml	22 Jul 2003 21:05:38 -0000	1.21
  +++ web.xml	6 Aug 2003 20:03:15 -0000	1.22
  @@ -157,7 +157,7 @@
     <!--   reloading           Should Jasper check for modified JSPs?  [true] -->
     <!--                                                                      -->
     <!--   suppressSmap        Should the generation of SMAP info for JSR45   -->
  -  <!--                       debugging be suppressed? [false]               -->
  +  <!--                       debugging be suppressed?  [false]              -->
     <!--                                                                      -->
     <!--   dumpSmap            Should the SMAP info for JSR45 debugging be    -->
     <!--                       dumped to a file? [false]                      -->
  @@ -167,7 +167,7 @@
     <!--                       compiling JSP pages?  [default work directory  -->
     <!--                       for the current web application]               -->
     <!--                                                                      -->
  -  <!--   tagPoolSize         The tag handler pool size                      -->
  +  <!--   tagpoolMaxSize      The maximum tag handler pool size  [5]         -->
     <!--                                                                      -->
     <!--   xpoweredBy          Determines whether X-Powered-By response       -->
     <!--                       header is added by generated servlet           -->