$/CATALINA_HOME/conf/server.xml autoDeploy=true https://tomcat.apache.org/tomcat-6.0-doc/config/host.html
? Martin _____________ > Date: Fri, 28 Mar 2014 18:21:42 -0700 > Subject: catalina-ant reload task doesn't work > From: catph...@catphive.net > To: users@tomcat.apache.org > > 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?