From 76f4d7025a4d45c7af545dc4adfa14d9bdf61eec Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 24 Mar 2011 11:55:02 +0000 Subject: [PATCH] Updates based on recent user list questions git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1084918 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/context.xml | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index 18dae98dd..cd383a626 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -68,9 +68,10 @@ web application for this virtual host, and is used to process all requests that do not match any other Context's context path.

-

You may deploy multiple versions of a web application with the same context - path at the same time. The rules used to match requests to a context version - are as follows: + +

You may deploy multiple versions of a web application with the same + context path at the same time. The rules used to match requests to a + context version are as follows:

+ -

There is a close relationship between the context name, - context path, context version and the base file - name used for the WAR and/or directory that contains the web application. - When no version is specified, the rules are: + +

When autoDeploy or deployOnStartup is used then there is a close + relationship between the context name, context path, + context version and the base file name used for the WAR + and/or directory that contains the web application when the WAR or directory + is located in the Host's appBase. When no version is specified, the rules + are: