Author: markt
Date: Fri Jun 22 10:33:38 2007
New Revision: 549894
URL: http://svn.apache.org/viewvc?view=rev&rev=549894
Log:
Remove default host which is no longer used.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml?view=diff&rev=549894&r1=549893&r2=549894
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml Fri Jun 22 10:33:38 2007
@@ -190,13 +190,7 @@
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]