uCosminexus Application Server, Application Setup Guide

[Contents][Index][Back][Next]

9.9.3 Deleting a filter

Execute the following command to delete the filter:

Execution format
 
cjdeleteapp [<server-name>] [-nameserver <provider-URL>] -name <J2EE application-name> -type filter -resname <Display-name-of-the-WAR-that-is-to-be-deleted>/<Display-name-of-the-filter-that-is-to-be-deleted>
 
When deleting the filter for each WAR file, specify the display name of the WAR that is to be deleted. For deleting only the filter, specify the display names of the WAR file and the filter that are to be deleted.

Example of execution
cjdeleteapp MyServer -name App1 -type filter -resname account-war/account-filter

For details on the cjdeleteapp command, see cjdeleteapp (Deleting J2EE applications) in the uCosminexus Application Server Command Reference Guide.