kinman      2003/09/09 14:47:11

  Modified:    catalina/src/conf web.xml
  Log:
  - Add an compilation option to generate writing char arrays instead of Strings
    for template texts.
  
  Revision  Changes    Path
  1.25      +4 -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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- web.xml   19 Aug 2003 00:17:03 -0000      1.24
  +++ web.xml   9 Sep 2003 21:47:11 -0000       1.25
  @@ -157,6 +157,10 @@
     <!--                       dumped to a file? [false]                      -->
     <!--                       False if suppressSmap is true                  -->
     <!--                                                                      -->
  +  <!--   genStrAsCharArray   Should text strings be generated as char       -->
  +  <!--                       arrays, to improve performance in some cases?  -->
  +  <!--                       [false]                                        -->
  +  <!--                                                                      -->
     <!--   scratchdir          What scratch directory should we use when      -->
     <!--                       compiling JSP pages?  [default work directory  -->
     <!--                       for the current web application]               -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to