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.

Resources URL: 
notes/java/resources
Sources URL: 
notes/java/sources

See Also