WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

Domain

 


Description

A WebLogic Domain.

A WebLogic Domain is a special target, the "Domain" target.

 


Syntax

<Domain
AdministrationMBeanAuditingEnabled=( "true" | "false" )
AdministrationPort="number"
AdministrationPortEnabled=( "true" | "false" )
ConfigurationVersion="String"
ConsoleContextPath="String"
ConsoleEnabled=( "true" | "false" )
Name="String"
Notes="String"
/>

 


Child Elements

 


Attributes

Table 8-1 Domain attributes

Attribute

Description

Range of Values and Default

AdministrationMBeanAuditingEnabled

If AdministrationMBeanAuditingEnabled is set to true, the server(Admin) records all admin mbean operations.

Admin Console field label: Configuration MBean Auditing Feature Enabled

Required: no

Default: false

AdministrationPort

The common secure administration port for the domain. The administration port uses SSL so all the servers require to have SSL if the administration port is enabled in the domain. If administration port is enabled then each server in the same domain should setup a administration port either using the domain's administration port or overriding it by using the server's administration port The managed server will require to use -Dweblogic.management.server=https://admin_server:administration_port to connect to the admin server

Admin Console field label: Domain Wide Administration Port

Required: no

Default: 9002

Minimum: 1

Maximum: 65534

AdministrationPortEnabled

Indicates whether or not the administration port should be enabled for the domain. This will force all the servers in a domain to have the same view of setting up the server's administration port.

Admin Console field label: Enable Domain Wide Administration Port (Please configure SSL)

Required: no

Default: false

Secure value: true

ConfigurationVersion

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.

Required: no

ConsoleContextPath

Specifies the context path for the WLS console.

Admin Console field label: Console Context Path

Required: no

Default: console

ConsoleEnabled

Indicates whether the WLS console should be auto-deployed for this domain.

Admin Console field label: Console Enabled

Required: no

Default: true

Secure value: false

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

 

Back to Top Previous Next