Ant task for reloading webapps

2003-09-01 Thread Ian . Colledge
I don't know if my last mail got throught so I'll resend. I'm using Tomcat 3.3 and cannot get the redeploying to work (ie I copy the war over an existing one and Tomcat should load the new war). I cannot get it to work. Everywhere on the net seems to say it's broken so I'm willing to now accept

Re: Ant task for reloading webapps

2003-09-01 Thread Bill Barker
To get Tomcat to redeploy your war file, you need to set the redeploy=true attribute on the AutoDeploy element in server.xml. In theory, you could get an Ant task to re-load the context (assuming that you've left the 'admin' webapp installed). It would need to send a request to