Configuration Options Advanced Configuration Options Related Tasks Related Topics
A domain is a collection of WebLogic Server instances that is managed by a single Administration Server. Use this page to configure administrative options that apply to all servers in the current domain.
Each WebLogic Server domain must have an Administration Server, which runs the Administration Console and distributes configuration changes to other servers in the domain. In a typical production environment, you add one or more Managed Servers to the domain to host business applications and use the Administration Server only to configure and monitor the Managed Servers.
Name | Description |
---|---|
Name |
The name of this WebLogic Server domain. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Enable Administration Port |
Specifies whether the domain-wide administration port should be enabled for this WebLogic Server domain. Because the administration port uses SSL, enabling the administration port requires that SSL must be configured for all servers in the domain. The domain-wide administration port enables you to start a
WebLogic Server instance in If you enable the administration port:
MBean Attribute: Secure value: |
Administration Port |
The common secure administration port for this WebLogic Server domain. (Requires you to enable the administration port.) MBean Attribute: Minimum value: Maximum value: |
Production Mode |
Specifies whether all servers in this domain run in production mode. You can configure servers in your domain to start in one of two modes, development or production. You use development mode while you are developing your applications. Development mode uses a relaxed security configuration and enables you to auto-deploy applications. You use production mode when your application is running in its final form. A production domain uses full security and may use clusters or other advanced features. The runtime mode is a domain-wide setting. As each Managed Server starts, it refers to the mode of the Administration Server to determine its runtime mode. If you configure the domain to run in production mode, the Administration Server saves this setting to the domain's configuration document. MBean Attribute: |
Enable Cluster Constraints |
Specifies that deployments targeted to a cluster succeed only if all servers in the cluster are running. By default, cluster constraints are disabled and deployment is attempted only on the servers that are reachable at the time of deployment from the Administration Server. Any servers that have been shut down or are temporarily partitioned from the Administration Server will retrieve the deployment during server startup or shortly after the network partition is resolved. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Name | Description |
---|---|
Console Enabled |
Specifies whether the Administration Server automatically deploys the Administration Console in the current domain. If the Administration Console is not deployed, you can still use the WebLogic Scripting Tool or the management APIs to configure and monitor the domain. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Console Context Path |
The context path that you want to use in URLs that specify the Administration Console. (Requires you to enable the Administration Console for the current domain.) To access the Administration Console, you use the following URL:
http://listen-addess:listen-port/context-path.
For example, if you set the context path to To specify the listen address and listen port that you use to access the Administration Console, configure the listen address and listen port of the Administration Server. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Console Extension Directory |
Returns the directory path that console extensions are loaded from. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Archive Configuration Count |
The number of archival versions of config.xml saved by the Administration Server each time the domain configuration is modified. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Administration Protocol |
The default protocol for communicating through the administration port or administration channels. (Requires you to enable the administration port or to create an administration channel.) If requests through the administration port or an administration channel do not specify a protocol, WebLogic Server uses the protocol specified here. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Configuration Audit Type |
Returns the criteria used for auditing configuration events (configuration changes and other operations):
MBean Attribute: |
Compatibility MBean Server Enabled |
Enables JMX clients to use the deprecated Prior to 9.0, WebLogic Server supported a typed API layer over
its JMX layer. Your JMX application classes could import type-safe
interfaces for WebLogic Server MBeans, retrieve a reference to the
MBeans through the MBean Attribute: |
Management EJB Enabled |
Enables access to the Management EJB (MEJB), which is part of the J2EE Management APIs (JSR-77). The Management API specification provides a standardized management data model for common resources on J2EE Web application servers. The MEJB provides access to J2EE Managed Objects (JMOs), which
describe the common J2EE resources. If you set this attribute to
MBean Attribute: |
Platform MBean Server Enabled |
Causes each WebLogic Server instance to initialize the JDK's platform MBean server and to use the platform MBean server as the Runtime MBean Server. As of JDK 1.5, JVMs provide a platform MBean server that local processes can instantiate. There can be only one instance of the platform MBean server for each JVM. When a process instantiates this MBean server, the JVM creates several platform MBeans that provide monitoring data for the JVM itself. If you set this attribute to MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
![]() ![]() |