Re: deploying webapps from ant

2004-04-24 Thread Jacob Kjome
Are you sure you deploying your app to the webapps directory? Did you do an "install" or a "deploy"? In Tomcat5, "install" has been deprecated and "deploy" should be used with the "localWar" attribute if you mean to deploy it to a local directory. In both cases, "deploy" without "localWar" wi

deploying webapps from ant

2004-04-24 Thread Keith Hankin
I am trying to deploy my webapps from ant, however my undeploy task does not always work. It quietly informs me that everything is ok, however the webapps subdirectory still exists, with at least some of the files still there. Tomcat appears to be holding onto locks on the files and they cannot