glenn 01/06/29 11:04:08 Modified: catalina/docs manager.html Log: Change references to deploy to install Revision Changes Path 1.4 +6 -6 jakarta-tomcat-4.0/catalina/docs/manager.html Index: manager.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/manager.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- manager.html 2001/03/26 03:21:56 1.3 +++ manager.html 2001/06/29 18:04:05 1.4 @@ -30,10 +30,10 @@ human-oriented user interface.</p> <p><strong>WARNING</strong> - As of the Tomcat 4.0 milestone 2 release, there -is a bug in the operation of the "deploy" command that prevents deploying, -undeploying, and then redeploying an application from the same URL for a -web application archive (WAR) file. To work around this, either redeploy -the application from a different WAR file URL, or deploy from an unpacked +is a bug in the operation of the "install" command that prevents installing, +removing, and then reinstalling an application from the same URL for a +web application archive (WAR) file. To work around this, either reinstall +the application from a different WAR file URL, or install from an unpacked directory (on the same server that Tomcat is running on).</p> <a name="Commands"></a> @@ -76,7 +76,7 @@ </ul> <p>Use <code>path=/</code> for the ROOT context.</p> <p>The syntax of the URL for a web application archive must conform to one -of the following patterns to be successfully deployed:</p> +of the following patterns to be successfully installed:</p> <ul> <li><b>file:/absolute/path/to/a/directory</b> - You can specify the absolute path of a directory that contains the unpacked version of a web @@ -129,7 +129,7 @@ <br> <div align="center"><hr width="75%"><font size="2"> -$Id: manager.html,v 1.3 2001/03/26 03:21:56 glenn Exp $ +$Id: manager.html,v 1.4 2001/06/29 18:04:05 glenn Exp $ </font></div> </body>