The JavaTM Web Services Tutorial
Home
TOC
Index
PREV TOP NEXT
Divider

Removing Web Applications

If you want to take an installed Web application out of service, you invoke the Ant remove task:

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

The example build files contain an Ant remove target that invokes the Ant remove task.

Divider
Home
TOC
Index
PREV TOP NEXT
Divider

This tutorial contains information on the 1.0 version of the Java Web Services Developer Pack.

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.