I have a web app that is located outside the webapps directory. Put the context file app_name.xml in the conf/Catalina/localhost directory. The context has a docBase attribute that points to the directory and has a path attribute. The context for the application always ends up being /app_name instead of what is specified in the path attribute. Is there any way to get it to use the path attribute? This worked just fine with Tomcat 5.0.28.
Thanks! Nick