You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/05/11 07:08:50 UTC

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

remm        02/05/10 22:08:49

  Modified:    catalina/src/conf web.xml
  Log:
  - Add some info on the "development" flag.
  
  Revision  Changes    Path
  1.34      +3 -0      jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- web.xml	29 Apr 2002 23:22:57 -0000	1.33
  +++ web.xml	11 May 2002 05:08:49 -0000	1.34
  @@ -124,6 +124,9 @@
     <!--                                                                      -->
     <!--   reloading           Should Jasper check for modified JSPs?  [true] -->
     <!--                                                                      -->
  +  <!--   development         Is Jasper used in development mode (will check -->
  +  <!--                       for JSP modification on every access)?  [true] -->
  +  <!--                                                                      -->
     <!--   scratchdir          What scratch directory should we use when      -->
     <!--                       compiling JSP pages?  [default work directory  -->
     <!--                       for the current web application]               -->
  
  
  

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