What’s The Difference Between A Tar File And A War File?
Answer»
TAR – derived from tape archive is a file format to archive bitstreams and name of a PROGRAM to handle such files. It is commonly USED to COLLECT many files into one large file for distributing or archiving while PRESERVING the FILESYSTEM info.
WAR – web application archive is a jar file used to distribute a collection of JavaServer Pages, Java Servlets, Java classes, xml files, tag libraries, static web pages (html & others) and others resources that constitute a web application.