Servlet ContainerIt provides the runtime environment for JavaEE (j2ee) applications. The client/user can request only a static WebPages from the server. If the user wants to read the web pages as per input then the servlet container is used in java. The servlet container is the part of web server which can be run in a separate process. We can classify the servlet container states in three types: Servlet Container States The servlet container is the part of web server which can be run in a separate process. We can classify the servlet container states in three types:
The Servlet Container performs many operations that are given below:
Next TopicServer: Web vs. Application |