WAR (file format)
| Filename extension | 
.war | 
|---|---|
| Internet media type | application/java-archive | 
| Magic number | PK\x03\x04(standard ZIP file) | 
| Developed by | |
| Container for | JSP, Jakarta Servlet | 
| Extended from | JAR | 
In software engineering, a WAR file (Web Application Resource or Web application ARchive) is a file used to distribute a collection of JAR-files, Jakarta Server Pages, Jakarta Servlets, Java classes, XML files, tag libraries, static web pages (HTML and related files) and other resources that together constitute a web application.