Author: markt
Date: Mon Nov 6 18:57:06 2006
New Revision: 471973
URL: http://svn.apache.org/viewvc?view=rev&rev=471973
Log:
Fix bug 38198. Improve context name aspect of host documentation.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/tc5.5.x/webapps/docs/config/host.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=471973&r1=471972&r2=471973
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon Nov 6 18:57:06 2006
@@ -43,6 +43,11 @@
concurrently. (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>39436</bug>: Correct MIME type for SVG. (markt)
</fix>
<fix>
Modified: tomcat/container/tc5.5.x/webapps/docs/config/host.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/host.xml?view=diff&rev=471973&r1=471972&r2=471973
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/host.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/host.xml Mon Nov 6 18:57:06
2006
@@ -266,7 +266,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]