Ant DeployTask / InstallTask

2004-07-30 Thread Christian Nelson
want to have tomcat serving the exploded version of the app so I can make changes on the fly (or with a reload) instead of having to undeploy, war, deploy with each change. What's the best way to do this? Thanks in advance, Christian -- Christian Nelson -- (e) [EMAIL PROTECTED] -- (m) 415-378

Re: Ant DeployTask / InstallTask

2004-07-30 Thread Christian Nelson
that's why it worked in .war form. Thanks anyway, Christian Nelson Christian Nelson wrote: Greetings, I'm using the ant DeployTask in two different scenarios. One works as desired, the other not so much. I'm trying to figure out what I'm not doing right. Scenario 1: Deploy a packaged .war file