Oracle GlassFish Server 3.0.1 Administration Guide

ProcedureTo Delete a Resource Adapter Configuration

Use the delete-resource-adapter-config subcommand in remote mode to delete the configuration information contained in the domain configuration file (domain.xml) for a specified resource adapter (connector module).

  1. Ensure that the server is running.

    Remote subcommands require a running server.

  2. List the configurations for a resource adapter by using the list-resource-adapter-configs(1) subcommand.

  3. Delete the configuration for a resource adapter by using the delete-resource-adapter-config(1) subcommand.


Example 15–9 Deleting a Resource Adapter Configuration

This example deletes the configuration for resource adapter ra1.


asadmin> delete-resource-adapter-config ra1
Command delete-resource-adapter-config executed successfully

See Also

You can also view the full syntax and options of the subcommand by typing asadmin help delete-resource-adapter-config at the command line.