markt       2004/05/23 12:50:44

  Modified:    webapps/docs/appdev build.xml.txt
  Log:
  Fix bug 20885. Align the description of the reload target in this file with the
    description of reload from the manager documentation.
    Ported from TC4.
  
  Revision  Changes    Path
  1.6       +10 -4     jakarta-tomcat-catalina/webapps/docs/appdev/build.xml.txt
  
  Index: build.xml.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/appdev/build.xml.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml.txt     22 Dec 2003 09:22:02 -0000      1.5
  +++ build.xml.txt     23 May 2004 19:50:44 -0000      1.6
  @@ -455,9 +455,15 @@
   
   <!--
   
  -  The "reload" target tells the specified Tomcat 5 installation to dynamically
  -  reload this web application, to reflect changes in the underlying classes or
  -  the "web.xml" deployment descriptor.
  +  The "reload" signals the specified application Tomcat 5 to shut itself down
  +  and reload. This can be useful when the web application context is not
  +  reloadable and you have updated classes or property files in the
  +  /WEB-INF/classes directory or when you have added or updated jar files in the
  +  /WEB-INF/lib directory.
  +
  +  NOTE: The /WEB-INF/web.xml web application configuration file is not reread
  +  on a reload. If you have made changes to your web.xml file you must stop
  +  then start the web application. 
   
   -->
   
  
  
  

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

Reply via email to