+

Search Tips   |   Advanced Search

Web container settings


To configure the Web container settings.


Settings

Default virtual host Enables a single host machine to resemble multiple host machines. Resources associated with one virtual host cannot share data with resources associated with another virtual host, even if the virtual hosts share the same physical machine.

Select a virtual host option:

default_host WAS ND v7.0 provides a default virtual host with some common aliases such as the machine IP address, short host name, and fully qualified host name. The alias comprises the first part of the path for accessing a resource such as a servlet. For example, it is localhost:9082 in the request...

    http://localhost:9082/myServlet
admin_host Another name for the appserver; also known as server1 in the base installation. This process supports the use of the admin console.
proxy_host Virtual host that includes port definitions: port 80 and 443. Typically initialized on proxy server startup. Use with routing rules.

Enable servlet caching If a servlet is invoked once and it generates output to be cached, a cache entry is created containing not only the output, but also side effects of the invocation. These side effects can include calls to other servlets or JSPs, as well as metadata about the entry, including timeout and entry priority information.

Portlet fragment caching requires that servlet caching is enabled. Therefore, enabling portlet fragment caching automatically enables servlet caching. Disabling servlet caching automatically disables portlet fragment caching.

Disable servlet request
and response pooling
Disable the pooling of servlet request and servlet response objects pooled by the Web container. New servlet request and servlet response objects are created for each request. This can negatively affect performance, but provides protection from any unforeseen pooling bugs.




Related

Cache instances
Class loaders
Server collection
Task overview: Using the dynamic cache service to improve performance
Set servlet caching
Web apps: Links