Bug 47544

Summary: Ant DeployTask silently ignores config when war is set.
Product: Tomcat 6 Reporter: Bill Kuker <bkuker>
Component: Manager applicationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: P2    
Version: 6.0.20   
Target Milestone: default   
Hardware: All   
OS: All   

Description Bill Kuker 2009-07-16 12:13:34 UTC
If you specify an upload with the war param the config param is ignored. If you specify a war on the server with localWar then the context specified by config is used.

This is the same behavior as the manager app. I wish you could upload a war and a config, but there should be an error raised if war and config are both set.
Comment 1 Mark Thomas 2009-12-11 05:31:28 UTC
This issue is a subset of the issues described in 47467. Fixing 47467 will fix this.

*** This bug has been marked as a duplicate of bug 47467 ***