Author: yoavs Date: Sun Dec 24 18:54:25 2006 New Revision: 490102 URL: http://svn.apache.org/viewvc?view=rev&rev=490102 Log: Bugzilla 39013 (partial solution): doc improvement.
Modified: tomcat/container/tc5.5.x/webapps/docs/config/context.xml 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=490102&r1=490101&r2=490102 ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/config/context.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/config/context.xml Sun Dec 24 18:54:25 2006 @@ -150,6 +150,11 @@ symbolic link will only be effective after a Tomcat restart or by undeploying and redeploying the conext. A context reload is not sufficient.</p> + <p>Do not choose a docBase that starts with your Host's appBase string. + The default appBase is "webapps" so do not choose a docBase like + "webapps-foo." Doing so will lead to deployment errors: see + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=39013" title="Bugzilla 39013">Bugzilla</a> + for details.</p> </attribute> <attribute name="override" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]