From 6c174b69dbf56093908e5017f6d2d36eb6e4ad9b Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 22 Jun 2007 17:33:38 +0000 Subject: [PATCH] Remove default host which is no longer used. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@549894 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/host.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/webapps/docs/config/host.xml b/webapps/docs/config/host.xml index 4bcd78cb3..e3cc00478 100644 --- a/webapps/docs/config/host.xml +++ b/webapps/docs/config/host.xml @@ -190,13 +190,7 @@

You can nest one or more Context elements inside this Host element, each representing a different web - application associated with this virtual host. In addition, you can nest a - single DefaultContext element that defines - default values for subsequently deployed web applications.

- -

You can optional nest a DefaultContext - element inside this Host element, to define the default - characteristics of web applications that are automatically deployed.

+ application associated with this virtual host.

You can nest at most one instance of the following utility components by nesting a corresponding element inside your Host -- 2.11.0