.WAR 文件扩展名
Java Web Archive
| 开发者 | Oracle |
| 受欢迎程度 |
3.5 | 48 票 |
什么是 WAR 文件?
A WAR file is a compressed package containing Java-based web components and applications that are run on a web server. It is formatted the same way as a .JAR file, but includes additional information that tells the application server which Java servlet class to run.
更多信息
WAR files may contain server-side utility classes (such as database beans and shopping carts), static web resources (HTML, image, and sound files), and client-side classes (applets and utility classes). They can be run on a web server using a supporting program such as the Tomcat Web Application Manager within Apache.
Since WAR files are saved in an archive format, the contents of a WAR file can be extracted using a file decompression utility like Stuffit Expander.
可打开或引用 WAR 文件的程序
Windows
Mac
Linux
unrar