You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2004/06/02 14:43:34 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/config context.xml

yoavs       2004/06/02 05:43:34

  Modified:    webapps/docs/config context.xml
  Log:
  Added default info for reloadable attribute.
  
  Revision  Changes    Path
  1.10      +2 -1      jakarta-tomcat-catalina/webapps/docs/config/context.xml
  
  Index: context.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/context.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- context.xml	6 Feb 2004 14:26:10 -0000	1.9
  +++ context.xml	2 Jun 2004 12:43:34 -0000	1.10
  @@ -165,7 +165,8 @@
           changes, and automatically reload the web application if a change
           is detected.  This feature is very useful during application
           development, but it requires significant runtime overhead and is
  -        not recommended for use on deployed production applications.  You
  +        not recommended for use on deployed production applications.  That's
  +        why the default setting for this attribute is <i>false</i>.  You
           can use the <a href="../manager-howto.html">Manager</a> web
           application, however, to trigger reloads of deployed applications
           on demand.</p>
  
  
  

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