Using the tasks from the example ant script at: http://tomcat.apache.org/tomcat-8.0-doc/appdev/build.xml.txt
I have can deploy and undeploy from ant. However, the "reload" task doesn't seem to do anything. I make changes to java and html files, run "ant reload" which triggers the reload task. Ant reports success. I browse to the site and my changes aren't reflected. undeploy followed by deploy works. Am I not understanding what reload is supposed to do, or is there a different task that makes more sense to use?