- 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
Just enter the Server class and run the main method