WAR Files

  • Web Application aRchive (WAR)
  • Deploys a web module
  • May contain JSPs, HTML, servlets, and tag libraries.

Web application deployment descriptor

  • WEB-INF/web.xml
  • Specifies which servlet a URL request should be routed to.