Sun GlassFish Enterprise Server v3 管理ガイド

Procedureコネクタ接続プールを削除する

コネクタ接続プールを削除するには、リモートモードで delete-connector-connection-pool サブコマンドを使用します。

  1. サーバーが実行されていることを確認します。

    リモートサブコマンドには、実行中のサーバーが必要です。

  2. list-connector-connection-pools(1) サブコマンドを使用して、コネクタ接続プールを一覧表示します。

  3. 必要な場合は、コネクタ接続プールが削除されることをユーザーに通知してください。

  4. delete-connector-connection-pool(1) サブコマンドを使用して、コネクタ接続プールを削除します。


例 15–3 コネクタ接続プールの削除

この例では、jms/qConnPool という接続プールを削除します。


asadmin> delete-connector-connection-pool --cascade=false jms/qConnPool
Command delete-connector-connection-pool executed successfully

参照

コマンド行に asadmin help delete-connector-connection-pool と 入力して、このサブコマンドの完全な構文とオプションを確認することもできます。