Show Table of Contents
23.2.3. Bean プールの削除
管理コンソールを使用して未使用の Bean プールを削除することが可能です。
前提条件
- 使用されている Bean プールは削除できません。「セッションおよびメッセージ駆動型 Bean に対する Bean プールの割り当て」 を参照して、Bean プールが使用されていないことを確認してください。
手順23.3 管理コンソールを使用した Bean プールの削除
- 管理コンソールへログインします。「管理コンソールへのログイン」 を参照してください。
- 画面上部にある タブをクリックします。 メニューを展開し、 を選択します。 タブを選択します。
- 一覧より削除する Bean プールを選択します。
- をクリックします。Remove Item ダイアログが表示されます。
- をクリックして確認します。
手順23.4 CLI を使用した Bean プールの削除
- CLI ツールを起動し、サーバーに接続します。「管理 CLI を使用した管理対象サーバーインスタンスへの接続」を参照してください。
- 次の構文で
remove操作を使用します。/subsystem=ejb3/strict-max-bean-instance-pool=BEANPOOLNAME:remove
- BEANPOOLNAME を Bean プールの必要な名前に置き換えます。
例23.3 CLI を使用した Bean プールの削除
[standalone@localhost:9999 /] /subsystem=ejb3/strict-max-bean-instance-pool=ACCTS_BEAN_POOL:remove
{"outcome" => "success"}
[standalone@localhost:9999 /]
Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.