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/02/24 20:40:30 UTC

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

kinman      2003/02/24 11:40:30

  Modified:    catalina/src/conf web.xml
  Log:
  - Add Jasper option to suppress Smap generation.
  
  Revision  Changes    Path
  1.13      +3 -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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- web.xml	8 Jan 2003 16:16:08 -0000	1.12
  +++ web.xml	24 Feb 2003 19:40:30 -0000	1.13
  @@ -141,6 +141,9 @@
     <!--                                                                      -->
     <!--   reloading           Should Jasper check for modified JSPs?  [true] -->
     <!--                                                                      -->
  +  <!--   suppressSmap        Should the generation of SMAP info for JSR45   -->
  +  <!--                       debugging be suppressed? [false]               -->
  +  <!--                                                                      -->
     <!--   scratchdir          What scratch directory should we use when      -->
     <!--                       compiling JSP pages?  [default work directory  -->
     <!--                       for the current web application]               -->
  
  
  

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