How do I get Tomcat to remove the web application artifacts when using the Manager to undeploy the application?
I am using Tomcat 6.0.18. The application was deployed using the tomcat-maven-plugin 1.0-SNAPSHOT but the behavior is the same through the maven plugin or the web interface.
The Tomcat documentation provides warnings on how undeploy should behave on the Manager How To.
The war file can be removed; however, the unpacked application directory remains preventing a redeploy.