luehe       2004/10/18 16:58:21

  Modified:    catalina/src/conf web.xml
  Log:
  Updated description of 'development' init param
  
  Revision  Changes    Path
  1.49      +4 -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.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- web.xml   18 Oct 2004 23:51:08 -0000      1.48
  +++ web.xml   18 Oct 2004 23:58:21 -0000      1.49
  @@ -131,8 +131,10 @@
     <!--                       generated servlets?  [Created dynamically      -->
     <!--                       based on the current web application]          -->
     <!--                                                                      -->
  -  <!--   development         Is Jasper used in development mode (will check -->
  -  <!--                       for JSP modification on every access)?  [true] -->
  +  <!--   development         Is Jasper used in development mode? If true,   -->
  +  <!--                       the frequency at which JSPs are checked for    -->
  +  <!--                       modification may be specified via the          -->
  +  <!--                       modificationTestInterval parameter. [true]     -->
     <!--                                                                      -->
     <!--   enablePooling       Determines whether tag handler pooling is      -->
     <!--                       enabled  [true]                                -->
  
  
  

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

Reply via email to