Author: markt Date: Sun Nov 19 16:27:23 2006 New Revision: 476995 URL: http://svn.apache.org/viewvc?view=rev&rev=476995 Log: Port fix for bug 38198. Improve context name aspect of host documentation.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=476995&r1=476994&r2=476995 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Nov 19 16:27:23 2006 @@ -26,6 +26,11 @@ defined in logging.properties files. (markt) </fix> <fix> + <bug>38198</bug>: Add reference to Context documentation from Host + documentation that explains how Context name is obtained from the + Context filename. (markt) + </fix> + <fix> <bug>40844</bug> Missing syncs in JDBCRealm. (markt) </fix> <fix> 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=476995&r1=476994&r2=476995 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml Sun Nov 19 16:27:23 2006 @@ -272,7 +272,8 @@ attribute of this <code><Context></code> element will typically be the absolute pathname to a web application directory, or the absolute pathname of a web application archive (WAR) file (which - will not be expanded).</li> + will not be expanded). The path attribute will be automatically set + as defined in the <a href="context.html">Context</a> documentation.</li> <li>Any web application archive file within the application base (appBase) directory that does not have a corresponding directory of the same name (without the ".war" extension) will be --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]