Download
FAQ
History
HomeHomeNext API
Search
Feedback
Divider

Undeploying Web Applications

If you want to remove a deployed Web application, you use manager application undeploy command via 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
Download
FAQ
History
HomeHomeNext API
Search
Feedback
Divider

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