WAS Web Container

The WAS web container processes web requests for Servlets, JSPs, and web resources hosted by WAS, such as HTML pages. When handling a web request for a Servlet, the web container creates a request object and a response object and then invokes the Servlet's method. Requests are received through an embedded HTTP server. Requests can be received directly from web clients or through an external HTTP server. An external HTTP server is configured with the WebSphere web server plug-in, which forwards requests to the application server. The web container uses the Session Manager to maintain session objects. Figure 6-2 illustrates the web container components within WAS.

Figure 6-2. WAS web container components.

Get IBM WebSphere: Deployment and Advanced Configuration now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.