Red Hat Training

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

19.4.2. jacorb の設定

注記
管理対象ドメインでは、JacORB サブシステムは full および full-ha プロファイルでのみ利用できます。スタンドアロンサーバーでは、standalone-full.xml または standalone-full-ha.xml 設定を使用する場合に利用できます。
jacorb プロパティーは、管理 CLI を使用して最も簡単に設定できます。一部の属性はサブシステムで直接設定され、その他の属性はシステムレベルで設定する必要があります。
サブシステムで直接設定できる設定を表示するには、以下の管理 CLI コマンドを使用します。
/subsystem=jacorb:read-resource(include-runtime=true, recursive=true)
現在の設定が一覧表示されます。
"add-component-via-interceptor" => "on",
"cache-poa-names" => "off",
"cache-typecodes" => "off",
"chunk-custom-rmi-valuetypes" => "on",
"client-requires" => "None",
"client-supports" => "MutualAuth",
"client-timeout" => 0,
"comet" => "off",
"export-corbaloc" => "on",
"giop-minor-version" => 2,
"indirection-encoding-disable" => "off",
"iona" => "off",
"lax-boolean-encoding" => "off",
"max-managed-buf-size" => 24,
"max-server-connections" => 2147483647,
"max-threads" => 32,
"monitoring" => "off",
"name" => "JBoss",
"outbuf-cache-timeout" => -1,
"outbuf-size" => 2048,
"pool-size" => 5,
"print-version" => "off",
"properties" => undefined,
"queue-max" => 100,
"queue-min" => 10,
"queue-wait" => "off",
"retries" => 5,
"retry-interval" => 500,
"root-context" => "JBoss/Naming/root",
"security" => "identity",
"security-domain" => undefined,
"server-requires" => "None",
"server-supports" => "MutualAuth",
"server-timeout" => 0,
"socket-binding" => "jacorb",
"ssl-socket-binding" => "jacorb-ssl",
"strict-check-on-tc-creation" => "off",
"sun" => "on",
"support-ssl" => "off",
"transactions" => "spec",
"use-bom" => "off",
"use-imr" => "off",
"ior-settings" => undefined
その他の設定はシステムレベルで設定する必要があります。システムレベルの設定は JBoss EAP モデルでは透過的ではなく、JacORB サブシステムを相互に干渉すると表示されないことに注意してください。たとえば、上記の jacorb:read-resource コマンドを使用すると表示されません。
以下のコマンド例を使用して、システムレベルのプロパティーを使用して JacORB 属性を設定します。
/system-property=jacorb.connection.client.pending_reply_timeout:add(value=600000)
/system-property=jacorb.connection.client.idle_timeout:add(value=120000)
/system-property=jacorb.connection.server.timeout:add(value=300000)
/system-property=jacorb.native_char_codeset:add(value=UTF8)
/system-property=jacorb.native_wchar_codeset:add(value=UTF16)