Problem: 1) /usr/tomcat/conf/Catalina/localhost/t.xml has: <Context path="/t" docBase="webapps/a" />
2) /usr/tomcat/webapps/a exists. 3) /usr/tomcat/webapps/t does not exist. 4) When tomcat starts, org.apache.catalina.core.StandardContext:resourcesStart() throws java.lang.IllegalArgumentException: Document base /usr/tomcat/webapps/t does not exist or is not a readable directory Since I never gave it a docBase of /usr/tomcat/webapps/t, I presume the problem is that it expects one due to the presense of /usr/tomcat/conf/catalina/localhost/t.xml ? How can I get it to not make such a presumption, and look at the docBase in the t.xml file? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org