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, 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
Related Topics
Overview of WebLogic Server Management
Application Deployment Topics" in Using WebLogic Server Clusters
Attributes
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.DomainMBeanAttribute: 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.DomainMBeanAttribute: AdministrationPortEnabledDefault: falseValid 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 serverMBean: weblogic.management.
configuration.DomainMBeanAttribute: AdministrationPortMinimum: 1Maximum: 65534Default: 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.DomainMBeanAttribute: ProductionModeEnabledValid values:
- true
- false
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.DomainMBeanAttribute: EnforceClusterConstraintsDefault: not enabled
Advanced Attributes
Attribute Label
Description
Value Constraints
Console Enabled Indicates whether the WLS console should be auto-deployed for this domain.MBean: weblogic.management.
configuration.DomainMBeanAttribute: ConsoleEnabledDefault: trueValid values:
- true
- false
Console Context Path Specifies the context path for the WLS console.MBean: weblogic.management.
configuration.DomainMBeanAttribute: ConsoleContextPathDefault: "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