asadmin [asadmin-options] delete-jndi-resource [--help]
[--target target] jndi_name
delete-jndi-resource |
Previous | Next | Contents |
removes a JNDI resource
Synopsis
asadmin [asadmin-options] delete-jndi-resource [--help]
[--target target] jndi_name
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
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
--target
Valid targets are described below.
Note: Resources are always created for a domain as a whole but are only
active for targets for which a |
server
Deletes the resource from the default server instance. This is the default value
domain
Deletes the resource from the domain
Deletes the resource for every server instance in the cluster
Deletes the resource from the specified server instance
Operands
The name of the JNDI resource to be removed.
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.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |