Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


Domain --> Configuration --> General

Tasks     Related Topics     Attributes

Overview

Use the Domain --> Configuration --> General tab to configure attributes for the active domain, including the domain-wide administration port.

The domain-wide administration port enables you to start a WebLogic Server instance in STANDBY state. It also allows you to separate administration traffic from application traffic in your domain. Because all servers in the domain must enable or disable the administration port at once, you configure the default administration port settings at the domain level.

Note: Before enabling the domain-wide administration port, you must ensure the SSL and keystore configuration is correct. If one or more servers does not have the correct SSL configuration, you will be unable to start or administer those servers after you enable the administration port. See Enabling the Domain-Wide Administration Port for more information.

Tasks

Archiving a Domain's Configuration File

Changing the Runtime Mode

Related Topics

Overview of WebLogic Server Management

Configuring Network Resources

Application Deployment Topics in Using WebLogic Server Clusters

Attributes

Table 66-1

Attribute Label

Description

Value Constraints

Name

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

MBean: weblogic.management.
configuration.DomainMBean

Attribute: Name


Enable Administration Port

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.

MBean: weblogic.management.
configuration.DomainMBean

Attribute: AdministrationPortEnabled

Default: false

Valid values:

  • true

  • false

Administration Port

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

MBean: weblogic.management.
configuration.DomainMBean

Attribute: AdministrationPort

Minimum: 1

Maximum: 65534

Default: 9002

Production Mode

Set this attribute to run the servers in the domain in production mode. If not set, servers run in development mode. The operating mode affects 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.

MBean: weblogic.management.
configuration.DomainMBean

Attribute: ProductionModeEnabled

Valid values:

  • true

  • false

Enable Auditing of Administration Changes

Causes the Administration Server to emit log messages when a user changes the configuration or invokes management operations on any resource within a domain.

MBean: weblogic.management.
configuration.DomainMBean

Attribute:AdministrationMBeanAuditingEnabled

Default: false

Configurable: no

Enable Cluster Constraints

When this option is enabled, WebLogic Server enforces a strict two-phase deployment policy for all Managed Servers in a domain—ensuring that application deployment to a cluster succeeds only if all Managed Servers in the cluster are reachable and can deploy the application. If any server instance in the cluster is unreachable, the application is not deployed to any of the Managed Servers.

If you do not enable this option, WebLogic Server allows deployment to a partial cluster. When the unreachable Managed Server becomes available, deployment to that server instance will be initiated. Until the deployment process is completed, the Managed Server may experience failures related to missing or out-of-date classes.

MBean: weblogic.management.
configuration.DomainMBean

Attribute: EnforceClusterConstraints

Default: not enabled


Advanced Attributes

Table 66-2

Attribute Label

Description

Value Constraints

Console Enabled

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

MBean: weblogic.management.
configuration.DomainMBean

Attribute: ConsoleEnabled

Default: true

Valid values:

  • true

  • false

Console Context Path

Specifies the context path for the WLS console.

MBean: weblogic.management.
configuration.DomainMBean

Attribute: ConsoleContextPath

Default: "console"

Archive Configuration Count

Determines how many versions of the domain's configuration file the Administration Server archives. For more information, refer to "Archiving a Domain's Configuration File."

Default: 5

 

Skip navigation bar  Back to Top Previous Next