Defines a configuration, which is a collection of settings that controls how a server instance functions.
The following table describes subelements for the config element.
Table 1–13 config Subelements| 
 Element  | 
 Required  | 
 Description  | 
|---|---|---|
| 
 only one  | 
 Configures the IIOP service.  | 
|
| 
 only one  | 
 Determines whether the server to which the configuration applies is an administration server.  | 
|
| 
 only one  | 
 Configures the web container.  | 
|
| 
 only one  | 
 Configures the Enterprise JavaBeansTM (EJBTM) container.  | 
|
| 
 only one  | 
 Configures the message-driven bean (MDB) container.  | 
|
| 
 zero or one  | 
 Configures the Java Message Service (JMS) provider.  | 
|
| 
 only one  | 
 Configures the system logging service.  | 
|
| 
 only one  | 
 Configures the Java EE security service.  | 
|
| 
 only one  | 
 Configures the transaction service.  | 
|
| 
 only one  | 
 Configures the monitoring service.  | 
|
| 
 only one  | 
 Configures the Virtual Machine for the Java platform (JVMTM software).  | 
|
| 
 only one  | 
 Configures thread pools.  | 
|
| 
 zero or more  | 
 Specifies a system property.  | 
|
| 
 zero or more  | 
 Specifies a property or a variable.  | 
The following table describes attributes for the config element.
Table 1–14 config Attributes| 
 Attribute  | 
 Default  | 
 Description  | 
|---|---|---|
| 
 server-config  | 
 Specifies the name of the configuration.  | 
|
| 
 true  | 
 (optional) If true, any changes to the system (for example, applications deployed, resources created) are automatically applied to the affected servers without a restart being required. If false, such changes are only picked up by the affected servers when each server restarts.  | 
Contains configurations.
The following table describes subelements for the configs element.
Table 1–15 configs Subelements| 
 Element  | 
 Required  | 
 Description  | 
|---|---|---|
| 
 only one  | 
 Defines a configuration.  | 
Defines a pool of client HTTP connections used by the http-listener subelements of the parent http-service element.
none
The following table describes attributes for the connection-pool element.
Table 1–16 connection-pool Attributes| 
 Attribute  | 
 Default  | 
 Description  | 
|---|---|---|
| 
 4096  | 
 (optional) Specifies the maximum number of messages that can be queued until threads are available to process them for http-listener elements. A value of -1 specifies no limit.  | 
|
| 
 4096  | 
 (optional) Specifies the maximum number of pending connections on an http-listener.  | 
|
| 
 4096  | 
 (optional) Specifies the size of the receive buffer for all http-listener elements.  | 
|
| 
 8192  | 
 (optional) Specifies the size of the send buffer for all http-listener elements.  |