Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]




    A servlet container comprises essentially the component of an application 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.


        Servlet container
            Non-commercial Servlet Containers
            Commercial Servlet Containers
            Commercial Open Source Servlet Containers

    top

    Non-commercial Servlet Containers
      Winstone supports specification v2.4, has a focus on minimal configuration and the ability to strip the container down to only what you need.
      tjws * 2.4 servlet spec, very small footprint, modular design

    top

    Commercial Servlet Containers
      Sun Java System Web Server *

    top

    Commercial Open Source Servlet Containers

     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Servlet container". link