Tomcat 7.0.40 RHEL 6 I am trying to define all of my contexts in conf/Catalina/localhost/*.xml.
This seems to work fine, however I'm having an issue setting the path. myApp.xml <Context path="/tracking" > This simply does not work. It worked fine if I put it into conf/context.xml. The only way this works is if i rename my war file to tracking.war. Why is the path ignored? Thanks, Dan