Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
removes the connector resource with the specified JNDI name
delete-connector-resource [--help] [--target target] jndi_name
The delete-connector-resource
subcommand removes the connector resource with the specified JNDI name.
This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
--target
This option specifies the target from which you want to remove the connector resource. Valid targets are:
Note:
Resources 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 --target
option 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 unless domain
is specified as the --target
for the deletion.
server
Deletes the connector resource from the default server instance. This is the default value.
domain
Deletes the connector resource from the domain.
Deletes the connector resource from every server instance in the cluster.
Deletes the connector resource from a specified server instance.
The JNDI name of this connector resource.
This example deletes a connector resource named jms/qConnFactory
.
asadmin> delete-connector-resource jms/qConnFactory
Command delete-connector-resource executed successfully
This example shows the usage of this subcommand.
asadmin> delete-connector-resource jms/qConnFactory
Command delete-connector-resource executed successfully
Where jms/qConnFactory
is the connector resource that is removed.
subcommand executed successfully
error in executing the subcommand