Author: kkolinko
Date: Wed Mar  3 12:12:30 2010
New Revision: 918436

URL: http://svn.apache.org/viewvc?rev=918436&view=rev
Log:
Added TOC and corrected tags nesting.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml?rev=918436&r1=918435&r2=918436&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml Wed Mar  3 
12:12:30 2010
@@ -29,6 +29,10 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
+
 <section name="Introduction">
 
 <p>In many production environments it is very useful to have the capability
@@ -36,7 +40,7 @@
 Tomcat.  This document is for the HTML web interface to the web application
 <a href="manager-howto.html">manager</a>.</p>
 
-<p>The interface is divided into six sections:
+<p>The interface is divided into six sections:</p>
 <ul>
   <li><strong>Message</strong> - Displays success and failure messages.</li>
   <li><strong>Manager</strong> - General manager operations like list and
@@ -48,7 +52,6 @@
   <li><strong>Server Information</strong> - Information about the Tomcat
       server.</li>
 </ul>
-</p>
 
 </section>
 
@@ -68,7 +71,7 @@
 
 <section name="Manager">
 
-<p>The Manager section has three links:
+<p>The Manager section has three links:</p>
 <ul>
   <li><strong>List Applications</strong> - Redisplay a list of web
       applications.</li>
@@ -76,7 +79,6 @@
   <li><strong>Manager Help</strong> - A link to the comprehensive Manager
       App HOW TO.</li>
 </ul>
-</p>
 
 </section>
 
@@ -84,7 +86,7 @@
 
 <p>The Applications section lists information about all the installed web
 applications and provides links for managing them. For each web application
-the following is displayed:
+the following is displayed:</p>
 <ul>
   <li><strong>Path</strong> - The web application context path.</li>
   <li><strong>Display Name</strong> - The display name for the web application
@@ -113,7 +115,6 @@
       </ul>
   </li>
 </ul>
-</p>
 
 <subsection name="Start">
 
@@ -129,7 +130,7 @@
 </source>
 
 <p>Otherwise, the Message will start with <code>FAIL</code> and include an
-error message.  Possible causes for problems include:
+error message.  Possible causes for problems include:</p>
 <ul>
 <li><em>Encountered exception</em>
     <blockquote>             
@@ -152,7 +153,6 @@
     The <code>path</code> parameter is required.
     </blockquote></li>       
 </ul>
-</p>
 
 </subsection>
 
@@ -169,7 +169,7 @@
 </source>
                              
 <p>Otherwise, the Message will start with <code>FAIL</code> and include an
-error message.  Possible causes for problems include:
+error message.  Possible causes for problems include:</p>
 <ul>                         
 <li><em>Encountered exception</em>
     <blockquote>             
@@ -192,7 +192,6 @@
     The <code>path</code> parameter is required.
     </blockquote></li>       
 </ul>
-</p>
 
 </subsection>
 
@@ -217,7 +216,7 @@
 </source>
 
 <p>Otherwise, the Message will start with <code>FAIL</code> and include an
-error message.  Possible causes for problems include:
+error message.  Possible causes for problems include:</p>
 <ul>
 <li><em>Encountered exception</em>
     <blockquote>             
@@ -250,7 +249,6 @@
     the application again to pick up your changes.
     </blockquote></li>       
 </ul>
-</p>
 
 </subsection>
 
@@ -275,7 +273,7 @@
 </source>
                              
 <p>Otherwise, the Message will start with <code>FAIL</code> and include an
-error message.  Possible causes for problems include:
+error message.  Possible causes for problems include:</p>
 <ul>                         
 <li><em>Encountered exception</em>
     <blockquote>             
@@ -298,7 +296,6 @@
     The <code>path</code> parameter is required.
     </blockquote></li>       
 </ul>
-</p>
 
 </subsection>
 
@@ -335,22 +332,22 @@
 
 <p>In this example the web application located in the directory
 <code>C:\path\to\foo</code> on the Tomcat server (running on Windows)
-is deployed as the web application context named <code>/footoo</code>.
+is deployed as the web application context named <code>/footoo</code>.</p>
 <source>
 Context Path: /footoo
 WAR or Directory URL: file:C:/path/to/foo
 </source>
-</p>
+
 
 <p>In this example the ".war" file <code>/path/to/bar.war</code> on the
 Tomcat server (running on Unix) is deployed as the web application
 context named <code>/bar</code>. Notice that there is no <code>path</code>
 parameter so the context path defaults to the name of the web application
-archive file without the ".war" extension.
+archive file without the ".war" extension.</p>
 <source>
 WAR or Directory URL: jar:file:/path/to/bar.war!/
 </source>
-</p>
+
 
 <h3>Deploy a Directory or War from the Host appBase</h3>
 
@@ -362,20 +359,20 @@
 <code>foo</code> in the Host appBase directory of the Tomcat server is
 deployed as the web application context named <code>/foo</code>. Notice
 that there is no <code>path</code> parameter so the context path defaults
-to the name of the web application directory.
+to the name of the web application directory.</p>
 <source>
 WAR or Directory URL: foo
 </source>
-</p>
+
 
 <p>In this example the ".war" file <code>bar.war</code> located in your
 Host appBase directory on the Tomcat server is deployed as the web
-application context named <code>/bartoo</code>.
+application context named <code>/bartoo</code>.</p>
 <source>
 Context Path: /bartoo
 WAR or Directory URL: bar.war
 </source>
-</p>
+
 
 <h3>Deploy using a Context configuration ".xml" file</h3>
 
@@ -388,7 +385,7 @@
 <p>A Context configuration ".xml" file can contain valid XML for a
 web application Context just as if it were configured in your
 Tomcat <code>server.xml</code> configuration file. Here is an
-example for Tomcat running on Windows:
+example for Tomcat running on Windows:</p>
 <source>
 &lt;Context path="/foobar" docBase="C:\path\to\application\foobar"
          debug="0"&gt;
@@ -399,27 +396,27 @@
 
 &lt;/Context&gt;
 </source>
-</p>
+
 
 <p>Use of the <i>WAR or Directory URL</i> is optional. When used
 to select a web application ".war" file or directory it overrides any
 docBase configured in the context configuration ".xml" file.</p>
 
 <p>Here is an example of installing an application using a Context
-configuration ".xml" file for Tomcat running on Windows.
+configuration ".xml" file for Tomcat running on Windows.</p>
 <source>
 XML Configuration file URL: file:C:/path/to/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 (Tomcat running on Unix).
+on the server (Tomcat running on Unix).</p>
 <source>
 XML Configuration file URL: file:/path/to/context.xml
 WAR or Directory URL: jar:file:/path/to/bar.war!/
 </source>
-</p>
+
 
 </subsection>
 



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

Reply via email to