|
|
How to extract war file - JSP/Java
|
Views : 54638
|
|
Tagged in : JSP-Java
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|