SyntaxFix
Write A Post
Hire A Developer
Questions
If you using Linux or Ubuntu than you can directly extract data from .war file.
.war
A war file is just a jar file, to extract it, just issue following command using the jar program:
war
jar
jar -xvf yourWARfileName.war