If the root of my web site is "d:\inetpub\wwwroot" and I create a Tomcat
context with that same docBase, can I also create another context with
the docBase of "d:\inetpub\wwwroot\development\devapp".
 
If the docBase of one context is a subdirectory of another context's
docBase, how does Tomcat know which context gets the request? Does it
favor the first match over the closest match?
 
Thanks!

Reply via email to