bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Domain --> Configuration --> General

Tasks     Related Topics     Attributes

Overview

Use the Domain --> Configuration --> General tab to configure console attributes and administration port settings for the active domain.

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 configure SSL attributes for each server that resides in the domain. If one or more servers do not enable SSL, or have incorrect settings for SSL in your system, 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

Configuring Network Resources

Attributes

Table 5-4

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

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.

MBean: weblogic.management.
configuration.DomainMBean

Attribute: ProductionModeEnabled

Valid values:

  • true

  • false

Advanced Attributes

Table 5-5

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

 

Back to Top Previous Next