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=29042>. 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=29042 Deploy Ant Task can not handle Context Config File Deployment Summary: Deploy Ant Task can not handle Context Config File Deployment Product: Tomcat 5 Version: 5.0.24 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There are a couple of issues that I don't believe the DeployTask handles correctly: 1) DeployTask requires that a war, localWar, or tag is specified. What if you only want to deploy a config (Webapp Context File)? This behavior is allowed through the manager webapp. 2) Only if the war attribute is not specified does the config queryarg get appended to the http request. Again, manager allows a user to deploy a WAR and the associated context config file simultaneously. It makes sense that you should be able to do this through the deploy ant task as well. I've patched a copy of the deploytask for myself to get the appropriate behavior - I'd be happy to share. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
