FAQ
History
PreviousHomeNext Search
Feedback
Divider

Undeploying Web Applications

If you want to remove a deployed Web application, you use the Ant undeploy task:

<undeploy url="url" path="mywebapp"
  username="username" password="password" /> 

Some of the example build files contain an Ant undeploy target that invokes the Ant undeploy task.

Divider
FAQ
History
PreviousHomeNext Search
Feedback
Divider

All of the material in The Java Web Services Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.