https://issues.apache.org/bugzilla/show_bug.cgi?id=46587
Summary: On Startup Tomcat Incorrectly Reports that docBase is Inside appBase, Ignores docBase Product: Tomcat 6 Version: 6.0.16 Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: richard.rau...@gmail.com $CATALINA_BASE/conf/[engine]/[host]/someApp.xml contains a context element with docBase set to "/opt/apache-tomcat-6.0.16/webappsProduct/someApp" The appBase on the containing host element is set to "webapps". When I start Tomcat, it incorrectly reports the following "WARNING: A docBase $CATALINA_BASE/webappsProduct/someApp inside the host appBase has been specified, and will be ignored" Naturally, the docBase does not sit within the appBase but I suppose because my docBase begins with "webapps" that it fails this validation. I have verified that this occurs with a number of docBases that begin with "/webapps*/". This is not a pressing issue for me, I just changed the docBase to something that does not begin with "webapps", but as I did not find this defect on record I thought I would raise it. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org