From 1d1b969c23e89774fdc000077d118606d6bb7e3f Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 28 Mar 2010 12:28:54 +0000 Subject: [PATCH] Language tweaks git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@928388 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/host.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/config/host.xml b/webapps/docs/config/host.xml index 094225d26..57d93be65 100644 --- a/webapps/docs/config/host.xml +++ b/webapps/docs/config/host.xml @@ -363,7 +363,7 @@
  • Finally, any sub-directory within the Host's appBase that has not already been deployed as a result of a context XML descriptor - will be deployed next. The context path used will be a slash character + will be deployed. The context path used will be a slash character ("/") followed by the directory name, unless the directory name is ROOT, in which case the context path will /. Multi-level contexts may be defined by using #, e.g. use a directory named @@ -426,7 +426,7 @@

    Finally, note that if you are defining contexts explicitly in server.xml, you should probably turn off automatic application deployment. Otherwise, - the web applications will each be deployed twice each, and that may cause + the web applications will each be deployed twice, and that may cause problems for the applications.

    -- 2.11.0