lookup> .war

.WAR·File Extension

Web Application ArchiveJava web application archive for servlet containers.

Extension.war
File typeWeb Application Archive
CategoryArchive
Charset
CompressibleNo
Format familyjava

What is a .war file?

A .war file is a Web Application Archive — Java web application archive for servlet containers.

In the mime-db registry it maps to application/java-archive, and it is marked as non-compressible. When serving .war over HTTP, set the Content-Type header as shown in Developer info below.

Related entities: it maps to application/java-archive — and is delivered over HTTP via the Content-Type header.

  • Use Tomcat or 7-Zip to open and edit .war files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

Content-Type: application/java-archive

Common software that reads/writes .war:

Tomcat7-Zip
.warextension of
format
javaserved as
mime type
application/java-archivesent via header
http header
  • File distribution
  • Backup bundles
  • Software installation packages
  • Open the file with Tomcat, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .war extension, or export this format from Tomcat.

What programs can open .war files?

Common options include Tomcat, 7-Zip. You can also open many of these files with built-in viewers or a browser.

How do I create a .war file?

Create a new file in any text editor or the app that owns the format and save it with the .war extension.

What is the relationship between .war and the application/java-archive MIME type?

application/java-archive is the media type identifier used for .war files during network transfer (for example in the HTTP Content-Type header).

Updated 2026-08-18

Related extensions

Related MIME types

Related headers

Related methods

Related status codes