markt 2004/05/23 12:47:19
Modified: webapps/tomcat-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.
Revision Changes Path
1.8 +10 -4 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/build.xml.txt
Index: build.xml.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/build.xml.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.xml.txt 28 Dec 2002 09:08:58 -0000 1.7
+++ build.xml.txt 23 May 2004 19:47:19 -0000 1.8
@@ -455,9 +455,15 @@
<!--
- The "reload" target tells the specified Tomcat 4 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 4 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]