9.3. JBoss MBean サービスのデプロイ
サンプル MBean (
ServiceMBeanTest.sar
) を ドメイン
モードでビルドおよびデプロイするには、次のコマンドを使用します。
[domain@localhost:9999 /] deploy ~/Desktop/ServiceMBeanTest.sar
[domain@localhost:9999 /] deploy ~/Desktop/ServiceMBeanTest.sar --all-server-groups
サンプル MBean (
ServiceMBeanTest.sar
) を スタンドアロン
モードでビルドおよびデプロイするには、次のコマンドを使用します。
[standalone@localhost:9999 /] deploy ~/Desktop/ServiceMBeanTest.sar
サンプル MBean をアンデプロイするには、次のコマンドを使用します。
[standalone@localhost:9999 /] undeploy ServiceMBeanTest.sar