Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Servlets
unzip war files
Edward Chen
Ranch Hand
Posts: 798
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
how to unzip a war files without using web container ? I have a war file, usually we put it into web-app, web server will 'unzip' it. Then if we don't use web server, do we have a way to 'unzip' it ?
Thanks.
Bear Bibeault
Sheriff
Posts: 67754
173
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
unzip, or even jar
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
Praneeth Thiruveedhula
Greenhorn
Posts: 19
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
two ways to unzip war file
1)move to war file folder and type jar -xf filename.war
2)change the extention with .zip and extract it with winzip
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Error: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
war file not deploying properly
Servlets on J2EE
how to put my .war file into netbean IDE and make it run?
ANT - To generate EAR with EJB inside for WAS
More...