DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28272>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28272 Deploy manager command should use context.xml from war file Summary: Deploy manager command should use context.xml from war file Product: Tomcat 5 Version: 5.0.20 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Webapps:Manager AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Intuitively, I would expect that if I only use the war parameter (without config and path), and my application contains META-INF/context.xml, then Tomcat should consider this context.xml file, including the 'path' attribute specified in it. Also, the docBase attribute should not be needed in this case (as it is implied by the location of context.xml), but the manager-howto.html file specifies it as mandatory. Shouldn't docBase be optional? Thanks. One of the important gains should be the possibility to use relative path in the context.xml and thus be able to version control the file. There were some comments about this in a separate issue (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27216), but I decided to open this one instead, so that we don't mix things together. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]