how to extract war file

how to extract war file? explain technoloby behind in war
[64 byte] By [AWCPa] at [2007-11-27 9:36:17]
# 1
Google is your friend. http://en.wikipedia.org/wiki/WAR_(file_format)A war file, is basically stored in zip format. Practically any zip/unzip program can read extract it. Try Winzip.
evnafetsa at 2007-7-12 23:05:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

hi

go to your dir :

>jar xvffilename.war

help, simply type jar, above baluc mention is right, jar/war/ear is like a zip file contains *.classes, images, xml , etc....

**********************************************************************************

> jar

i hope it will help u

drvijayy2k2a at 2007-7-12 23:05:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...