All of the hot swapping information I've read involved deploying an exploded war, which makes the run/debug configuration allow 'Update classes and resources'. However, I'm working with a legacy program that compiles and jdo-enhances with Ant, deploying a web folder that contains all of the jsp, css, libs, etc.
Is there a way I can make it work with my current setup? If not, please suggest an alternative approach.