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 2006/12/24 18:04:31 UTC

svn commit: r490044 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml manager-howto.xml

Author: yoavs
Date: Sun Dec 24 09:04:30 2006
New Revision: 490044

URL: http://svn.apache.org/viewvc?view=rev&rev=490044
Log:
bugzilla 40257: doc improvement

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/manager-howto.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=490044&r1=490043&r2=490044
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Dec 24 09:04:30 2006
@@ -254,6 +254,10 @@
         <bug>41182</bug>: Update the Jasper documentation for the classpath
         attribute. (markt)
       </fix>
+      <fix>
+        <bug>40257</bug>: Update Manager webapp howto on remote deployment to reflect
+        need for explicit path in one specific use-case.  Thank to Venkatesh Jayaraman. (yoavs)
+      </fix>
     </changelog>
   </subsection> 
   <subsection name="Cluster">

Modified: tomcat/container/tc5.5.x/webapps/docs/manager-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/manager-howto.xml?view=diff&rev=490044&r1=490043&r2=490044
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/manager-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/manager-howto.xml Sun Dec 24 09:04:30 2006
@@ -461,7 +461,7 @@
 configuration ".xml" file and a web application ".war" file located
 on the server.
 <source>
-http://localhost:8080/manager/deploy?config=file:/path/context.xml&amp;war=jar:file:/path/bar.war!/
+http://localhost:8080/manager/deploy?config=file:/path/context.xml&amp;war=file:/path/bar.war&amp;path=/bar
 </source>
 </p>
 



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