luehe       2004/10/05 14:15:16

  Modified:    catalina/src/conf web.xml
  Log:
  Clarified (I think) meaning of modificationTestInterval
  
  Revision  Changes    Path
  1.47      +7 -6      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.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- web.xml   5 Oct 2004 20:02:49 -0000       1.46
  +++ web.xml   5 Oct 2004 21:15:16 -0000       1.47
  @@ -111,12 +111,13 @@
     <!--                       is the time in seconds between checks to see   -->
     <!--                       if a JSP page needs to be recompiled. [300]    -->
     <!--                                                                      -->
  -  <!--   modificationTestInterval    Checks for modification of a given     -->
  -  <!--                       JSP (and all its dependent files) will be      -->
  -  <!--                       performed only once every specified amount of  -->
  -  <!--                       seconds. Setting this to 0 will cause the JSP  -->
  -  <!--                       to be checked on every access. Used in         -->
  -  <!--                       development mode only. [4]                     -->
  +  <!--   modificationTestInterval    Causes a JSP (and its dependent        -->
  +  <!--                       files) to not be checked for modification      -->
  +  <!--                       during the specified time interval             -->
  +  <!--                       (in seconds) from the last time the JSP was    -->
  +  <!--                       checked for modification. A value of 0 will    -->
  +  <!--                       cause the JSP to be checked on every access.   -->
  +  <!--                       Used in development mode only. [4]             -->
     <!--                                                                      -->
     <!--   compiler            Which compiler Ant should use to compile JSP   -->
     <!--                       pages.  See the Ant documentation for more     -->
  
  
  

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

Reply via email to