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&war=jar:file:/path/bar.war!/
+http://localhost:8080/manager/deploy?config=file:/path/context.xml&war=file:/path/bar.war&path=/bar
</source>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]