Web App Development and Deployment Structure and Configuration Files - RealWorld-Yuchen-Yang/Notes GitHub Wiki
APP/src/main/java
/webapp
- Usage: DD(deployment descriptor), used to specify servlets and customize web applications
- Source Directory: APP/src/main/webapp/WEB-INF/web.xml
- Deployment Directory: /TOMCAT_DIRECTORY/webapps/APP/WEB-INF/web.xml