https://issues.apache.org/bugzilla/show_bug.cgi?id=51624
--- Comment #8 from Christopher Schultz <ch...@christopherschultz.net> 2011-08-08 16:42:42 UTC --- (In reply to comment #5) > "docBase == appBase"!? > > where did i do that!?... Right here: <Host name="nameWithNoDot" unpackWARs="false" appBase="/http/webapp"> <Context allowLinking="true" path="" docBase="."/> </Host> docBase is relative to appBase. Setting docBase = "." means that appBase = docBase. > i just think, considering your "docBase == appBase" comment, that you are > missing the point and ignoring a real bug or having a weak documentation. Docs look fine to me: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html Doesn't say anything about using "" or "." for appBase. Happy to fix any documentation bugs... if you find one. -- 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