Forestpath.org
the personal website of M. Coughlin
home
sustainable
technology
hobbies
learn
links
about
Home
»
Technology
»
Programming
»
Java
» WAR Files
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.