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