Re: How to undeploy web application if it exists

2007-12-08 Thread David Weintraub
Have another target called "_undeploy-test". This target will use test whether or not the product is actually deployed. You can the or task to test whether or not your project is deployed. The task is defined here: . The task is described h

How to undeploy web application if it exists

2007-12-08 Thread hezjing
Hi How do I check if an web application already installed in Tomcat 5.5.x? I have a DeployTask and UndeployTask configured in build.xml, and I want Ant to undeploy the existing web application automatically before it deploys the new one. Currently, I have to run Ant with 2 targets like > ant und