ルート・スキーマ : ドメイン
タイプ: object
ソースを表示
- adminServerName(optional): string
- configurationVersion(optional): string
デフォルト値: oracle.doceng.json.BetterJsonNull@59b97753
構成のリリース識別子。この識別子は、構成のバージョンを示すために使用されます。すべてのサーバーの生成済構成は、実行中のサーバーのリリース識別子を使用して確立されます。バージョンの形式は、major.minor.servicepack.rollingpatchです。バージョンのすべての部分が必須というわけではありません。つまり、7も使用できます。
- name(optional): string
読取り専用: true
このドメインの英数字からなる名前。
ドメインの命名規則の詳細は、『Oracle WebLogic Serverドメイン構成の理解』のドメインおよびサーバー名の制限に関する項を参照してください。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes(optional): string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)は、xmlエンティティ<. Carriage returns/line feeds are preserved.に変換されます
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- partitionUriSpace(optional): string
デフォルト値: /partitions
パーティションの管理用仮想ターゲットに使用するURI接頭辞。
- productionModeEnabled(optional): boolean
このドメインのすべてのサーバーを本番モードで実行するかどうかを指定します。
ドメイン内のサーバーを2つのモード(開発または本番)のいずれかで起動するよう構成できます。アプリケーションの開発時は開発モードを使用します。開発モードでは、ゆるやかなセキュリティ構成が使用され、アプリケーションを自動デプロイすることができます。アプリケーションを完成形で実行する場合、本番モードを使用します。本番ドメインでは、完全なセキュリティが使用され、クラスタやその他の先進的な機能を使用できます。
ランタイム・モードはドメイン全体の設定です。各管理対象サーバーの起動時には管理サーバーのモードが参照され、それによって各自の実行時モードが決定します。本番モードで稼働するようドメインを構成する場合、管理サーバーはこの設定をドメインの構成ドキュメントに保存します。
- type(optional): string
{
"type":"object",
"properties":{
"adminServerName":{
"type":"string",
"description":""
},
"configurationVersion":{
"default":null,
"type":"string",
"description":"<p>The release identifier for the configuration. This identifier will be used to indicate the version of the configuration. All server generated configurations will be established with the release identifier of the running server. The form of the version is major.minor.servicepack.rollingpatch. Not all parts of the version are required. i.e. \"7\" is acceptable.</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>An alphanumeric name for this domain.</p><p>For more information on domain naming conventions, see <a href=\"http://www.oracle.com/pls/topic/lookup?ctx=fmw122140&id=DOMCF237\">Domain and Server Name Restrictions</a> in Understanding Domain Configuration for Oracle WebLogic Server.</p><p>This name is included as one of the key properties in the MBean's <code>javax.management.ObjectName</code></p><p><code>Name=<i>user-specified-name</i></code></p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this configuration.</p><p>WebLogic Server saves this note in the domain's configuration file (<code>config.xml</code>) as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><p>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p>"
},
"partitionUriSpace":{
"default":"/partitions",
"type":"string",
"description":"<p>The URI prefix used for partition administrative virtual targets.</p>"
},
"productionModeEnabled":{
"type":"boolean",
"description":"<p>Specifies whether all servers in this domain run in production mode.</p><p>You can configure servers in your domain to start in one of two modes, development or production. You use development mode while you are developing your applications. Development mode uses a relaxed security configuration and enables you to auto-deploy applications. You use production mode when your application is running in its final form. A production domain uses full security and may use clusters or other advanced features.</p><p>The runtime mode is a domain-wide setting. As each Managed Server starts, it refers to the mode of the Administration Server to determine its runtime mode. If you configure the domain to run in production mode, the Administration Server saves this setting to the domain's configuration document.</p>"
},
"type":{
"readOnly":true,
"x-weblogic-unharvestable":true,
"type":"string",
"description":"<p>Returns the type of the MBean.</p><p><h5>Constraints</h5></p><ul><li>unharvestable</li></ul>"
}
},
"description":""
}