Correct some old typo in context docs:
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 26 Jan 2011 16:35:48 +0000 (16:35 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 26 Jan 2011 16:35:48 +0000 (16:35 +0000)
move comment about docBase bahaviour with symlinks to where it belongs.
No need to update 5.5 ones: they are OK already.
CTR: docs

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1063782 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/context.xml

index 2dd190c..058424f 100644 (file)
         <p>The value of this field must not be set unless the Context element is
         defined in server.xml or the <code>docBase</code> is not located under
         the <a href="host.html">Host</a>&apos;s <code>appBase</code>.</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 context. A context reload is not
+        sufficient.</p>
       </attribute>
 
       <attribute name="logEffectiveWebXml" required="false">
         or <a href="host.html">Host</a> default contexts.  By default, settings
         from a default context will be used but may be overridden by a setting
         the same attribute explicitly for the Context.</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 context. A context reload is not
-        sufficient.</p>
       </attribute>
 
       <attribute name="privileged" required="false">