Web App Development and Deployment Structure and Configuration Files - RealWorld-Yuchen-Yang/Notes GitHub Wiki

Project Directory Structure:

APP/src/main/java
                       /webapp

web.xml

  • 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
⚠️ **GitHub.com Fallback** ⚠️