Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Servlet container


 

A servlet container comprises essentially the component of a web server that hosts and interacts with Java servlets.

A servlet container controls the servlets that are deployed within the Web Server and is responsible for forwarding the requests and responses for them. It has the functionality of mapping a URL to a particular servlet and of ensuring that the process requesting the URL has the correct access rights.

Like the other Java APIs, different vendors provide their own implementation. Below is a list of some of the free and commercial servlet containers.

1 Non-commercial Servlet Containers

2 Commercial Servlet Containers

3 Commercial Open Source Containers

Java platform

Read more »

Non User