I have a webapplication lets say at location
C:\Test\MyWeb
Every time I make some change I have to rebuild it via ant package command. Then I copy the MyWeb.war file into apache's webapp folder.
I want to avoid this build and copy thing after every change. How to bypass it?
