Remove default host which is no longer used.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 22 Jun 2007 17:33:38 +0000 (17:33 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 22 Jun 2007 17:33:38 +0000 (17:33 +0000)
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

index 4bcd78c..e3cc004 100644 (file)
 
   <p>You can nest one or more <a href="context.html">Context</a> elements
   inside this <strong>Host</strong> element, each representing a different web
-  application associated with this virtual host.  In addition, you can nest a
-  single <a href="defaultcontext.html">DefaultContext</a> element that defines
-  default values for subsequently deployed web applications.</p>
-
-  <p>You can optional nest a <a href="defaultcontext.html">DefaultContext</a>
-  element inside this <strong>Host</strong> element, to define the default
-  characteristics of web applications that are automatically deployed.</p>
+  application associated with this virtual host.</p>
 
   <p>You can nest at most one instance of the following utility components
   by nesting a corresponding element inside your <strong>Host</strong>