Modify the default Web container configuration

 

Overview

The Web container is created initially with default properties values suitable for simple Web applications. However, these values might not be appropriate for more complex Web applications.

Your application is considered complex if it requires any of the following features:

Make the following configuration changes if you have a complex application:

 

Procedure

  1. In the administrative console, click...

    Servers | Application servers | servername

  2. Under Web container settings, click on one of the following:

    1. Web container, if your Web application requires a virtual host, other than the default_host, or requires servlet caching.

    2. Web container transport chains, to reconfigure your HTTP connections.

    3. Session management, if your application requires persistent HTTP session support.

  3. If your application handles special client request loads, in the administrative console, click...

    Servers | Application servers | servername | Thread Pools

    ...to modify your thread pool settings.

  4. If your application requires global settings for internal servlets for WAR files packaged by third-party tools, In the administrative console, click...

    Servers | Application servers | servername | Web container settings | Web container | Custom Properties

    ...and enter the appropriate custom property.

 

See also


Web container
Web container settings
Web module deployment settings
Web container custom properties

 

See Also


Class loaders

 

See Also


Web applications: Resources for learning