Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 453 Bytes

File metadata and controls

14 lines (10 loc) · 453 Bytes

Web Server

infomation

  • Developing environment: IDEA Community 2021
  • Tools: Jdk1.8
  • Architecture
    • The server is the main class
    • Any Servlet is implementing the Servlet interface to service a request
    • In the web folder, WebApp is a class to get configuration information that is configured in web.xml. Other classes in this folder are aimed at helping the WebApp class

How to use

Just enter the Server class and run the main method