Hitachi

Hitachi Application Server V10 Command Reference Guide (For UNIX® Systems)


2.20.8 delete-connector-connection-pool

Removes the specified connector connection pool.

Synopsis

asadmin [asadmin-options] delete-connector-connection-pool [--help]
    [--cascade={false|true}] poolname

Storage location

Application Server installation directory/javaee/glassfish/bin

Function

The delete-connector-connection-pool subcommand removes the specified connector connection pool.

This subcommand is supported in remote mode only.

Precondition

DAS has to be in a running state.

Arguments

--help | -?

Displays the help text for the subcommand.

--cascade={false|true}

Specifies the property to delete the connection pool and all connector resources associated with the pool.

Type: Boolean

The following values can be specified:

  • true

  • false

Default value: false

poolname

Specifies the name of the connection pool.

Type: String

The following values can be specified:

  • Name of the connection pool

Default value: N/A

Examples

The following example deletes the connector connection pool named jdbc/qConnPool.

asadmin delete-connector-connection-pool --cascade=false jdbc/qConnPool

Exit Status

Exit Status

Explanation

0

command executed successfully.

1

error in executing the command.