Modify the default Web container configuration


 

+

Search Tips   |   Advanced Search

The Web container...

The Web server plug-ins, provided by WAS ND, help supported Web servers to pass servlet requests to Web containers.

If the property to start servlets during appserver startup is enabled, part of its startup process calls the Servlet.init method on its servlets when you start the Web container. Therefore, when the Web container starts and calls the init method, other components such as Naming and Work Load Management might not be fully started yet. As a result, appserver related calls may not work because all of the appserver components might not be ready yet.

Once the appserver is...

ready for e-business

...it is completely ready.

If appserver related calls fail during Servlet.init method, we can either:

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

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

If we have a complex application...

  1. In the admin console, click...

    Servers | Server Types | WebSphere application servers | server_name | Web container settings

  2. Click on one of the following:

    1. Web container

      If the Web app requires a virtual host, other than the default_host, or requires servlet caching.

    2. Web container transport chains

      To reconfigure the HTTP connections.

  3. If the application handles special client request loads, to modify the thread pool settings...

    Servers | Server Types | WebSphere application servers | server_name | Additional Properties | Thread pools

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

    Servers | Server Types | WebSphere application servers | server_name | Web Container Settings | Web container | Additional Properties | Custom properties

  5. Enter the appropriate custom property.


Web container settings
Web container custom properties
Web module deployment settings
Context root for Web modules settings
Environment entries for Web modules settings
Web container troubleshooting tips
Disable servlet pooling: Best practices and considerations

 

Related concepts

Class loaders

 

Related

Web apps: Links