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/11/16 05:20:57 UTC

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

luehe       2002/11/15 20:20:57

  Modified:    catalina/src/conf web.xml
  Log:
  Added init param to configure tag pool size.
  
  Revision  Changes    Path
  1.7       +2 -0      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- web.xml	21 Oct 2002 08:40:37 -0000	1.6
  +++ web.xml	16 Nov 2002 04:20:57 -0000	1.7
  @@ -115,6 +115,8 @@
     <!--   enablePooling       Determines whether tag handler pooling is      -->
     <!--                       enabled  [true]                                -->
     <!--                                                                      -->
  +  <!--   tagPoolSize         The tag handler pool size                      -->
  +  <!--                                                                      -->
     <!--   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>


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

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message -----
From: <lu...@apache.org>
To: <ja...@apache.org>
Sent: Friday, November 15, 2002 8:20 PM
Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml


> luehe       2002/11/15 20:20:57
>
>   Modified:    catalina/src/conf web.xml
>   Log:
>   Added init param to configure tag pool size.
>
>   Revision  Changes    Path
>   1.7       +2 -0      jakarta-tomcat-catalina/catalina/src/conf/web.xml
>

This has absolutely nothing to do with this particular patch, but it is as
good of place as any to launch into:
<rant>
The current Jasper configuration doesn't work at all.  All <jsp-file>
servlets get the default settings for Jasper.  Yes, I can add the
Jasper-specific params to all of my servlets, but this is just plain wrong.
There needs to be a way to configure Jasper2 in one place (like the 3.3
JspInterceptor, which doesn't fit well into the Catalina API [I've tried
:]).
</rant>



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