The JavaTM Web Services Tutorial
Home
TOC
PREV TOP NEXT

Removing Web Applications

If you want to decommission an installed Web application, you invoke the Ant remove task:

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

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

Home
TOC
PREV TOP NEXT