Ant targets: Removing configuration targets
You can remove the WCS instance and the WebSphere Commerce Server using Ant targets.
- ANT target: RemoveCommerceServer
The RemoveCommerceServer target removes the WebSphere Application Server configurations from the WCS instance. The ANT target removes the data source, JDBC provider, virtual hosts, and uninstalls the enterprise application. Finally, the web server plug-in configuration file is regenerated.
- ANT target: RemoveHTTPService
If you are using a local IBM HTTP Server, the instance creation creates a Windows service to start/stop the instance's IBM HTTP Server configuration. RemoveHTTPService removes the instance's IBM HTTP Server start/stop service.
- ANT target: RemoveInstance
RemoveInstance removes the WCS instance configuration completely such as the site data, bootstrap data, schema, application, Web server configuration (IBM HTTP server only), and instance configuration files.
- ANT target: RemoveInstanceDir
RemoveInstanceDir deletes the WCS instance configuration directory and its contents.
- ANT target: UnregisterInstance
UnregisterInstance unregisters the WCS instance from the Configuration Manager. Once the instance is unregistered, the Configuration Manager is not aware of the existence of the instance.