I have been pondering a lot lately over, why should one use tomcat manager to deploy/undeploy wars to your server?
What are the advantages/disadvantages of the same over simply copy-it-to-webapps-folder approach, and delete-it-from-webpass-folder approach??
Also, are there any other advantages regarding cleanup process by tomcat , when a war is deleted? i.e is the process of cleanup different, when a dev deletes a .war , and when he undeploys a webapp using the manager??
Also, would the process be different If I use ant with TCD?
Some light on this would be really helpful.