Author: markt
Date: Fri May 11 16:06:38 2007
New Revision: 537311

URL: http://svn.apache.org/viewvc?view=rev&rev=537311
Log:
Update context info

Modified:
    tomcat/container/tc5.5.x/webapps/docs/deployer-howto.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/deployer-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/deployer-howto.xml?view=diff&rev=537311&r1=537310&r2=537311
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/deployer-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/deployer-howto.xml Fri May 11 
16:06:38 2007
@@ -114,11 +114,9 @@
                 
<li>$CATALINA_HOME/conf/[enginename]/[hostname]/context.xml</li>
                 
<li>$CATALINA_HOME/webapps/[webappname]/META-INF/context.xml</li>
             </ol>
-            If a Context Descriptor is not provided for a Context, Tomcat
-            automatically creates one and places it in (1) with a filename of
-            [webappname].xml although if manually created, the filename need 
not
-            match the web application name as Tomcat is concerned only with the
-            Context configuration contained within the Context Descriptor 
file(s).
+            Files in (1) are named [webappname].xml but files in (2) are named
+            context.xml. If a Context Descriptor is not provided for a Context,
+            Tomcat configures the Context using default values.
         </p>
     </section>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to