How to extract war file

by Sanju 2007-12-07 09:07:29

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

Tagged in:

65885
like
23
dislike
7
mail
flag

You must LOGIN to add comments