WebContainer

Configuration for the Web container part of the appserver. The Web container manages Web modules. It creates servlet instances, loads and unloads servlets, creates and manages request and response objects, and performs other tasks for managing the components of a Web module effectively.

Inherits from type ApplicationContainer and adds the following.


 

Attributes Summary

sessionAffinityTimeout When non-zero, WebSphere will be able to switch the HTTP session affinity for requests to a different server instance after the specifed time period has elapsed.
sessionAffinityFailoverServer When WLM is utilized and a server of a server group is down, WLM normally routes requests with affinity to the down server to another random server within the server group.
defaultVirtualHostName The default virtual host for Webapps.
enableServletCaching Specifies whether servlets and jsp caching is enabled.
transports A list of transports defined for the Web container.
threadPool The Web container.

 

Attribute Details


sessionAffinityTimeout

When non-zero, WebSphere will be able to switch the HTTP session affinity for requests to a different server instance after the specifed time period has elapsed. In certain situations, this can improve load balancing performance.Default: 0Range: 0-MAX_INT

Data type:   Integer
Default value:   unspecified



sessionAffinityFailoverServer

When WLM is utilized and a server of a server group is down, WLM normally routes requests with affinity to the down server to another random server within the server group. This field allows an administrator to specify the name of a server within the server group that affinity requests will route to, instead of using random server selection.

Data type:   String
Default value:   unspecified



defaultVirtualHostName

The default virtual host for Webapps. This value can be overridden during application installation.

Data type:   String
Default value:   unspecified



enableServletCaching

Specifies whether servlets and jsp caching is enabled.

Data type:   Boolean
Default value:   unspecified



transports

A list of transports defined for the Web container. Transports describe how requests get from the Web server to the Web container.

Data type:  Transport



threadPool

The Web container.

Data type:  ThreadPool


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.