https://bz.apache.org/bugzilla/show_bug.cgi?id=69868
--- Comment #2 from [email protected] --- (In reply to Remy Maucherat from comment #1) > This attribute is documented as relative to appBase. The webapp descriptors > you mention are in configBase, so it won't apply as designed. These > descriptors should be considered as being part of server.xml (they have been > separated to be able to remove webapps easily). Hi Remy Understand that, from inner logic side, they are different. <Host name="", appBase="", deployIgnore=""/> But from user's perspective, the Host configuration represents a StandardHost object which is centrally manage the deployment for 3 scenarios (deploy descriptor xml, deploy war, deploy webapp folder) So that, it is expected that, deployIgnore should be able to cover all of these 3 kinds of deployment, right ? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
