How to extract war file - JSP/Java Views : 54638
Tagged in : JSP-Java
23 7
Send mail
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

For java / JSP hosting visit hioxindia.com

By Sanju, On - 2007-12-07



    Login to add Comments .