以 PDF 格式下載這本書 (1347 KB)
Chapter 6 Managing Named ConfigurationsThis chapter describes adding, changing, and using named server configurations in Application Server. It contains the following sections: About Named ConfigurationsNamed ConfigurationsA named configuration is a set of server configuration information, including settings for things such as HTTP listeners, ORB/IIOP listeners, JMS brokers, the EJB container, security, logging, and monitoring. Applications and resources are not defined in named configurations. Configurations are created in the administration domain. Multiple server instances or clusters in the domain can reference the same configuration, or they can have separate configurations. For clusters, all server instances in the cluster inherit the cluster’s configuration so that a homogenous environment is assured in a cluster’s instances. Because a named configuration contains so many required configuration settings, create a new configuration by copying an existing named configuration. The newly-created configuration is identical to the configuration you copied until you change its configuration settings. There are three ways in which clusters or instances use configurations:
The default-config ConfigurationThe default-config configuration is a special configuration that acts as a template for creating stand-alone server instance or stand-alone cluster configurations. No unclustered server instances or clusters are allowed to refer to the default-config configuration; it can only be copied to create new configurations. Edit the default configuration to ensure that new configurations copied from it have the correct initial settings. For more information, see: Configurations Created when Creating Instances or ClustersWhen creating a new server instance or a new cluster, either:
By default, new clusters or instances are created with configurations copied from the default-config configuration. To copy from a different configuration, specify it when creating a new instance or cluster. For a server instance, the new configuration is named instance_name-config . For a cluster, the new configuration is named cluster-name -config. For more information, see: Unique Port Numbers and ConfigurationsIf multiple instances on the same host machine reference the same configuration, each instance must listen on a unique port number. For example, if two server instances reference a named configuration with an HTTP listener on port 80, a port conflict prevents one of the server instances from starting. Change the properties that define the port numbers on which individual server instances listen so that unique ports are used. The following principles apply to port numbers:
Working with Named Configurations
|
|
Property Name |
Description |
|---|---|
|
Port number for http-listener-1. |
|
|
Port number for http-listener-2. |
|
|
ORB listener port for IIOP connections on which IIOP listener SSL listens. |
|
|
ORB listener port for IIOP connections on which orb-listener-1 listens. |
|
|
Port number on which the JMX connector listens. |
|
|
ORB listener port for IIOP connections on which the IIOP listener SSL_MUTUALAUTH listens. |
In the tree component, expand the Configurations node.
Select the node for a named configuration.
On the Configuration System Properties page, choose whether to enable dynamic reconfiguration.
If enabled, changes to the configuration are applied to the server instances without requiring a server restart.
Add, delete, or modify properties as desired.
To edit the current values of a property for all instances associated with the configuration, click Instance Values.
set
Each instance referencing a named configuration initially inherits its port numbers from that configuration. Since port numbers must be unique on the system, you might need to override the inherited port numbers.
In the tree component, expand the Configurations node.
Select the node for a named configuration.
The Admin Console displays the Configuration System Properties page.
Click Instance Values next to the instance variable you want to edit.
For example, if you click Instance Values next to the HTTP-LISTENER-PORT instance variable, you see the value of HTTP-LISTENER-PORT for every server instance that references that configuration.
Change the values as desired and click Save.
set
The Configuration System Properties page displays a list of all targets using the configuration. For a cluster configuration, the targets are clusters. For an instance configuration, the targets are instances.
In the tree component, select the Configurations node.
On the Configurations page, select the checkbox for the named configuration to delete.
You cannot delete the default-config configuration.
Click Delete.
delete-config