How to unfold a .war with javac comand

HiI need to unfold a web project (.war) by MS-DOS console. How to do it?Thanks!
[100 byte] By [jperojoa] at [2007-11-26 16:03:22]
# 1
Unfold? What does that mean? A WAR is simply a JAR file, which should be viewable by a ZIP or JAR utility. Or do you mean undeploy? In that case, simply stop the app server and remove the WAR from the deployment directory.- Saish
Saisha at 2007-7-8 22:25:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi Saish,my question just was wrong, I already fix the problem anyway.Thanks!
jperojoa at 2007-7-8 22:25:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...