Delete-Jndi-Resource
Table of Contents
Removes a JNDI resource.
Description
The delete-jndi-resource subcommand removes the specified JNDI resource. You must remove all associations to the JNDI resource before running this subcommand.
This subcommand is supported in remote mode only.
Options
- asadmin-options
-
Options for the
asadminutility. For information about these options, see theasadminhelp page. --help-?-
Displays the help text for the subcommand.
--target-
Valid targets are described below.
NoteResources are always created for a domain as a whole but are only active for targets for which a <resource-ref>has been created using the--targetoption when the resource was created. This means that deleting a resource only deletes the<resource-ref>element for the specified--target, and does not delete the resource from the domain as a whole unlessdomainis specified as the--targetfor the deletion.server-
Deletes the resource from the default server instance. This is the default value
domain-
Deletes the resource from the domain
- cluster_name
-
Deletes the resource for every server instance in the cluster
- instance_name
-
Deletes the resource from the specified server instance
Examples
Example 1 Deleting a JNDI Resource
This example removes an existing JNDI resource named sample_jndi_resource.
asadmin> delete-jndi-resource sample_jndi_resource
Command delete-jndi-resource executed successfully.