From f578bee1b49cfe9dae6428d3bf16e19f5e9c5387 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Sun, 2 Oct 2011 19:30:18 +0000 Subject: [PATCH] Correct markup that looks odd with formatting. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1178228 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/index.xml | 2 +- webapps/docs/manager-howto.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/index.xml b/webapps/docs/index.xml index a9a525344..d334e04ed 100644 --- a/webapps/docs/index.xml +++ b/webapps/docs/index.xml @@ -68,7 +68,7 @@ Apache Tomcat 7, and using many of the Apache Tomcat features.

Operating the Apache Tomcat Deployer to deploy, precompile, and validate web applications.
  • Manager - - Operating the Manager web app to deploy, undeploy, and + Operating the Manager web app to deploy, undeploy, and redeploy applications while Apache Tomcat is running.
  • Realms and Access Control - Description of how to configure Realms (databases of users, diff --git a/webapps/docs/manager-howto.xml b/webapps/docs/manager-howto.xml index bcfd7fd61..ae89f9548 100644 --- a/webapps/docs/manager-howto.xml +++ b/webapps/docs/manager-howto.xml @@ -79,7 +79,7 @@ example:

    If you have Tomcat configured to support multiple virtual hosts (websites) you would need to configure a Manager for each.

    -

    There are three ways to use the Manager web application.

    +

    There are three ways to use the Manager web application.

    • As an application with a user interface you use in your browser. Here is an example URL where you can replace localhost with -- 2.11.0