luehe       2004/10/19 10:25:12

  Modified:    catalina/src/conf web.xml
  Log:
  Changed default of 'checkInterval' to zero, so that background compilations are off 
by default.
  
  This is consistent with the default (FALSE) of the (now removed) 'reloading' init 
param, which meant that background compilations have always been off by default.
  
  Revision  Changes    Path
  1.52      +2 -2      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.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- web.xml   19 Oct 2004 16:17:34 -0000      1.51
  +++ web.xml   19 Oct 2004 17:25:12 -0000      1.52
  @@ -107,10 +107,10 @@
     <!-- brackets):                                                           -->
     <!--                                                                      -->
     <!--   checkInterval       If development is false and checkInterval is   -->
  -  <!--                       greater than zero, background compiles are     -->
  +  <!--                       greater than zero, background compilations are -->
     <!--                       enabled. checkInterval is the time in seconds  -->
     <!--                       between checks to see if a JSP page needs to   -->
  -  <!--                       be recompiled. [300]                           -->
  +  <!--                       be recompiled. [0]                             -->
     <!--                                                                      -->
     <!--   modificationTestInterval                                           -->
     <!--                       Causes a JSP (and its dependent files) to not  -->
  
  
  

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

Reply via email to