Reliable, Affordable Web Hosting Services

Web Hosting by India's Top Listed Web Hosting Company. Our Web Hosting Plans are featured by PHP, ASP.NET3.5, MS SQL Server 2005/2008
Our Web Hosting Plans are featured by PHP, ASP.NET3.5, MS SQL Server 2005/2008

Frequently Asked Question

FAQ / JSP Hosting

How to extract war file?

Extract war file

War file is nothing but Web Archive file.
In other words it is a kind of zip file or tar file.
War files are type of jar file. It is used to deploy servlets.

To extract war file you could simply say,
jar xvf filename

For example,
jar xvf test.war