I can write an ant script that copies updated class files to web-inf\\classes in tomcat. But how can I tell Tomcat 7.0 to auto pick up the changed class files f
web-inf\\classes
Apparently another option is to use jetty (for instance, while doing development) it has ability to do hot swapping on the fly more easily.