Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42747.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 19 May 2008 21:47:19 +0000 (21:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 19 May 2008 21:47:19 +0000 (21:47 +0000)
commit46d82366f1b9ceebed94b86090bf6550d5b051bd
tree3445b1dc30fbc289f14558f70fe861e35c669390
parent5f99065433a91284d120cd2c4fefa32a9cdfc6fb
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42747.
Actually fixes a number of related bugs:
 - For a new WAR, use META-INF/context.xml for first initiation rather than copying it then using it on next start
 - For a new dir, use META-INF/context.xml for first initiation
 - For a new dir, copy any META-INF/context.xml to $CATALINA_BASE/[engine]/[host]/contextPath.xml

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@657995 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/startup/HostConfig.java