You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2004/10/05 21:57:22 UTC

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

luehe       2004/10/05 12:57:21

  Modified:    catalina/src/conf web.xml
  Log:
  Added description of modificationTestInterval to JspServlet init params
  
  Revision  Changes    Path
  1.45      +6 -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.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- web.xml	9 Sep 2004 13:50:58 -0000	1.44
  +++ web.xml	5 Oct 2004 19:57:17 -0000	1.45
  @@ -111,6 +111,12 @@
     <!--                       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. [4]             -->
  +  <!--                                                                      -->
     <!--   compiler            Which compiler Ant should use to compile JSP   -->
     <!--                       pages.  See the Ant documentation for more     -->
     <!--                       information. [javac]                           -->
  
  
  

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