Author: markt
Date: Fri Jun 12 16:45:10 2009
New Revision: 784187
URL: http://svn.apache.org/viewvc?rev=784187&view=rev
Log:
Fix typo. Add aliases to changelog
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/context.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=784187&r1=784186&r2=784187&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Jun 12 16:45:10 2009
@@ -34,7 +34,7 @@
<subsection name="Catalina">
<changelog>
<update>
- <bug>46925</bug>: Replace recusive search for nested roles with
+ <bug>46925</bug>: Replace recursive search for nested roles with
iterative search. Patch provided by Stefan Zoerner. (rjung)
</update>
<update>
@@ -102,6 +102,11 @@
<rev>723889</rev> Provide the ability to configure the Executor job
queue size and a timeout for adding jobs to the queue. (fhanik)
</add>
+ <add>
+ Add support for aliases to StandardContext. This allows content from
other
+ directories and/or WAR files to be mapped to paths within the context.
+ (markt)
+ </add>
</changelog>
</subsection>
<subsection name="Coyote">
Modified: tomcat/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=784187&r1=784186&r2=784187&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Fri Jun 12 16:45:10 2009
@@ -251,7 +251,7 @@
<attributes>
- <attribute name="alises" required="false">
+ <attribute name="aliases" required="false">
<p>This attribute provides a list of external locations from which to
load resources for this context. These external locations will not be
emptied if the context is un-deployed. The list of aliases should be of
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]