Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

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" )
ArchiveConfigurationCount="number"
ClusterConstraintsEnabled=( "true" | "false" )
ConfigurationAuditType=( "none" | "log" | "audit" | "logaudit" )
ConfigurationVersion="String"
ConsoleContextPath="String"
ConsoleEnabled=( "true" | "false" )
ConsoleLogBufferHandlerCacheSize="number"
Name="String"
Notes="String"
ProductionModeEnabled=( "true" | "false" )
/>

 


Child Elements

 


Attributes

Table 8-1 Domain attributes

Attribute

Description

Range of Values and Default

AdministrationMBeanAuditingEnabled

Deprecated. If AdmininstrationMBeanAuditingEnabled is set to true, the server(Admin) records all admin mbean operations to the Server Log. This attribute has been deprecated in favor of ConfigurationAuditType. If values for both attributes are specified, the resultant behavior will be the logical OR condition of the two settings.

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: Administration Port

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 Administration Port

Default: false

Secure value: true

ArchiveConfigurationCount

Gets the archiveConfigurationCount attribute of the DomainMBean object

Admin Console field label: Archive Configuration Count

Default: 5

ClusterConstraintsEnabled

Retrieves the attribute indicating whether strict cluster constraints are enforced or not for this domain.

Admin Console field label: Enable Cluster Constraints

Default: false

ConfigurationAuditType

Returns the criteria used for auditing configuration change events :

  • CONFIG_CHANGE_NONE . Configuration changes will neither be written to the server log or directed to the Security Audit Framework.

  • CONFIG_CHANGE_LOG . Configuration changes will be written to the server log.

  • CONFIG_CHANGE_AUDIT .Configuration changes will be directed to the Security Audit Framework.

  • CONFIG_CHANGE_LOG_AND_AUDIT . Configuration changes will be written to the server log and directed to the Security Audit Framework.

Admin Console field label: Configuration Auditing

Required: no

Default: none

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

Default: true

Secure value: false

ConsoleLogBufferHandlerCacheSize

Return the console logfile cache size for this domain.

Default: 500

Minimum: 0

Maximum: 65534

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

ProductionModeEnabled

Sets the ProductionModeEnabled attribute of the DomainMBean object. This value is used internally to determine whether or not the servers in the domain are running in production or development mode. The mode in which the domain runs impacts subsystem behaviors, such as whether or not the Application Poller is running (ie, only in Development Mode). It also influences what default attribute values will be established.

Admin Console field label: Production Mode

Default: false

 

Skip navigation bar  Back to Top Previous Next