Author: markt Date: Sat Nov 25 13:20:49 2006 New Revision: 479199 URL: http://svn.apache.org/viewvc?view=rev&rev=479199 Log: Fix bug 40581. Add text on use of symbloic links for docBase
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/webapps/docs/config/context.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=479199&r1=479198&r2=479199 ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sat Nov 25 13:20:49 2006 @@ -185,6 +185,10 @@ language in JSPs. Patch provided by Taras Tielkes. (markt) </fix> <fix> + <bug>40581</bug>: Add information on the use of a symbloic link as the + docBase for a Context to the Context documentation. (markt) + </fix> + <fix> <bug>40633</bug>: Remove references to the DefaultContext from the documentation. (markt) </fix> Modified: tomcat/container/tc5.5.x/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/context.xml?view=diff&rev=479199&r1=479198&r2=479199 ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/config/context.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/config/context.xml Sat Nov 25 13:20:49 2006 @@ -146,6 +146,10 @@ an absolute pathname for this directory or WAR file, or a pathname that is relative to the <code>appBase</code> directory of the owning <a href="host.html">Host</a>.</p> + <p>If a symbolic link is used for docBase then changes to the + symbolic link will only be effective after a Tomcat restart or + by undeploying and redeploying the conext. A context reload is not + sufficient.</p> </attribute> <attribute name="override" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]