Definitions for "Servlet Container"
Keywords:  jsp, invokes, nsapi, isapi, sak
a container within an application server that can host Java servlets and JavaServer Pages (JSPs)
a Java application that manages and invokes servlets on behalf of users
a runtime shell that manages and invokes servlets
A container that provides the network services over which requests and responses are sent, decodes requests, and formats responses. All servlet containers must support HTTP as a protocol for requests and responses, but may also support additional request-response protocols such as HTTPS.
a piece of software which runs on a computer connected to a network, and processes incoming page requests, turning them into generated pages
Keywords:  good, example
a very good example