Definitions for "War File" Add To Word List
Login or Register  | Word Lists | Search History

Keywords: Jar, Archive, Deploy, Webapps, Dir
web server What Changed window differences Wise
Helpful?           0
a format for compressing, archiving and distributing a web application
Helpful?           0
a JAR file for Web applications, that is, a file that contains all the files needed for the Web application in compressed form
Helpful?           0
an archived web application
Helpful?           0
an archive file for a web application
Helpful?           0
an archive (jar file) containing all the files necessary to deploy your Web Service
Helpful?           0
a structure for deploying a web application
Helpful?           0
a web archive
Helpful?           0
A .war file is a packaged Servlet application. It's just a renamed .jar file of the web-app directory tree. Resin provides a special webapps directory which will automatically expand .war files, configured by the war-dir attribute in the resin.conf's host configuration.
Helpful?           0