You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/11/25 22:52:16 UTC

svn commit: r1641707 - /tomcat/trunk/webapps/docs/manager-howto.xml

Author: kkolinko
Date: Tue Nov 25 21:52:16 2014
New Revision: 1641707

URL: http://svn.apache.org/r1641707
Log:
Wrap parameters that are common to all commands into a "Common Parameters" subsection, so that they are listed in TOC.

Modified:
    tomcat/trunk/webapps/docs/manager-howto.xml

Modified: tomcat/trunk/webapps/docs/manager-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1641707&r1=1641706&r2=1641707&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/manager-howto.xml Tue Nov 25 21:52:16 2014
@@ -249,16 +249,18 @@ represents the Manager command you wish 
 that are specific to that command.  In the illustrations below, customize
 the host and port appropriately for your installation.</p>
 
+<subsection name="Common Parameters">
+
 <p>Most commands accept one or more of the following query parameters:</p>
 <ul>
 <li><strong>path</strong> - The context path (including the leading slash)
     of the web application you are dealing with.  To select the ROOT web
-    application, specify "/".  <strong>NOTE</strong> -
+    application, specify "/".  <strong>NOTE</strong>:
     It is not possible to perform administrative commands on the
     Manager application itself.</li>
 <li><strong>version</strong> - The version of this web application as used by
-    the parallel deployment feature,</li>
-<li><strong>war</strong> - URL of a web application archive (WAR) file,
+    the <a href="config/context.html">parallel deployment</a> feature,</li>
+<li><strong>war</strong> - URL of a web application archive (WAR) file, or
     pathname of a directory which contains the web application, or a
     Context configuration ".xml" file.  You can use URLs in any of the
     following formats:
@@ -298,6 +300,8 @@ its message strings in resource bundles,
 have been translated for your platform.  The examples below show the English
 version of the messages.</p>
 
+</subsection>
+
 <subsection name="Deploy A New Application Remotely">
 
 <source>http://localhost:8080/manager/text/deploy?path=/foo</source>



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