From 164132e2263d9925fffdb46013f8bb5034b96082 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 20 Nov 2006 00:27:23 +0000 Subject: [PATCH] Port fix for bug 38198. Improve context name aspect of host documentation. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@476995 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 5 +++++ webapps/docs/config/host.xml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 736332fde..598079a8d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -26,6 +26,11 @@ defined in logging.properties files. (markt) + 38198: Add reference to Context documentation from Host + documentation that explains how Context name is obtained from the + Context filename. (markt) + + 40844 Missing syncs in JDBCRealm. (markt) diff --git a/webapps/docs/config/host.xml b/webapps/docs/config/host.xml index e07bf919b..6846a576c 100644 --- a/webapps/docs/config/host.xml +++ b/webapps/docs/config/host.xml @@ -272,7 +272,8 @@ attribute of this <Context> element will typically be the absolute pathname to a web application directory, or the absolute pathname of a web application archive (WAR) file (which - will not be expanded). + will not be expanded). The path attribute will be automatically set + as defined in the Context documentation.
  • Any web application archive file within the application base (appBase) directory that does not have a corresponding directory of the same name (without the ".war" extension) will be -- 2.11.0