You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2003/01/14 00:25:45 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs manager-howto.xml

glenn       2003/01/13 15:25:45

  Modified:    webapps/tomcat-docs manager-howto.xml
  Log:
  Trim down the length of the install source
  
  Revision  Changes    Path
  1.20      +3 -3      jakarta-tomcat-4.0/webapps/tomcat-docs/manager-howto.xml
  
  Index: manager-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/manager-howto.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- manager-howto.xml	13 Jan 2003 21:13:54 -0000	1.19
  +++ manager-howto.xml	13 Jan 2003 23:25:45 -0000	1.20
  @@ -416,15 +416,15 @@
   <p>Here is an example of installing an application using a Context
   configuration ".xml" file.
   <source>
  -http://localhost:8080/manager/install?config=file:/path/to/context.xml
  +http://localhost:8080/manager/install?config=file:/path/context.xml
   </source>
   </p>
   
   <p>Here is an example of installing an application using a Context
   configuration ".xml" file and a web application ".war" file located
   on the server.
  -<source>                                                          
  -http://localhost:8080/manager/install?config=file:/path/to/context.xml&amp;war=jar:file:/path/to/bar.war!/
  +<source>
  +http://localhost:8080/manager/install?config=file:/path/context.xml&amp;war=jar:file:/path/bar.war!/
   </source>
   </p>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>