I use xml files in /conf/[enginename]/[hostname] to define my contexts.
I now know that Tomcat 5.5.x doesn't allow for 'path' attributes in the
Context elements when defined that way.
 
Previously, I could specify the path as '/dir1/dir2/appname'.  I can
easily rename the xml file to 'appname.xml', but how do I get the other
directories into the path without a 'path' attribute in the Context
element. Using the 5.5.x approach, by web application is at '/appname'
instead of '/dir1/dir2/appname'.
 
Is there a way to get a multi-directory path using this approach (a la
Tomcat 5.0.x), or will I need to declare these Contexts in my server.xml
to do that?
 
 

Reply via email to