You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ki...@apache.org on 2003/04/17 02:36:38 UTC

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

kinman      2003/04/16 17:36:38

  Modified:    catalina/src/conf web.xml
  Log:
  - Remove unsupported Jasper option "largefile", add "dumpSmap".
  
  Revision  Changes    Path
  1.14      +4 -4      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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- web.xml	24 Feb 2003 19:40:30 -0000	1.13
  +++ web.xml	17 Apr 2003 00:36:38 -0000	1.14
  @@ -125,10 +125,6 @@
     <!--   keepgenerated       Should we keep the generated Java source code  -->
     <!--                       for each page instead of deleting it? [true]   -->
     <!--                                                                      -->
  -  <!--   largefile           Should we store the static content of JSP      -->
  -  <!--                       pages in external data files, to reduce the    -->
  -  <!--                       size of the generated servlets?  [false]       -->
  -  <!--                                                                      -->
     <!--   logVerbosityLevel   The level of detailed messages to be produced  -->
     <!--                       by this servlet.  Increasing levels cause the  -->
     <!--                       generation of more messages.  Valid values are -->
  @@ -143,6 +139,10 @@
     <!--                                                                      -->
     <!--   suppressSmap        Should the generation of SMAP info for JSR45   -->
     <!--                       debugging be suppressed? [false]               -->
  +  <!--                                                                      -->
  +  <!--   dumpSmap            Should the SMAP info for JSR45 debugging be    -->
  +  <!--                       dumped to a file? [false]                      -->
  +  <!--                       False if suppressSmap is true                  -->
     <!--                                                                      -->
     <!--   scratchdir          What scratch directory should we use when      -->
     <!--                       compiling JSP pages?  [default work directory  -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org