Author: markt
Date: Fri May 11 16:06:47 2007
New Revision: 537312
URL: http://svn.apache.org/viewvc?view=rev&rev=537312
Log:
Update context info
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/deployer-howto.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/deployer-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/deployer-howto.xml?view=diff&rev=537312&r1=537311&r2=537312
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/deployer-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/deployer-howto.xml Fri May 11 16:06:47
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]