Red Hat Training

A Red Hat training course is available for Red Hat JBoss Enterprise Application Platform

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