Skip to content

A Simple project to create a http server with virtual thread for request processing.

Notifications You must be signed in to change notification settings

B-SRIKRISHNAN/Simple_Servlet_Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple servlet container created to understand how servlet containers like tomcat work.

1.) Process a http request and create ServletRequest and ServletResponse objects.

2.) Init Servlet object by calling init() method

3.) call service method with req and res objects

4.) destroy() of servlet is called on app stop.

Referred from I-webx.gitbooks.io/how_tomcat_works/content/a_simple_servlet_container/application_1.html

About

A Simple project to create a http server with virtual thread for request processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages