Skip to content

Simple Java web container that mimics the behavior of Jakarta servlet container, this was made for educational purposes.

Notifications You must be signed in to change notification settings

osamabmaq/WebContainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to add a servlet?

  • Create a servlet class.
  • Override respondeToGet or respondeToPost or both.
  • Add the url path and the qualified name of the servlet to resources/servlets.properties file.

About

Simple Java web container that mimics the behavior of Jakarta servlet container, this was made for educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published