| Author |
How to Explode a *.war File Manually?
|
Natalie Kopple
Ranch Hand
Joined: May 06, 2003
Posts: 320
|
|
I put a *.war in the Tomcat webapps folder. I got HTTP Status 404 error.
I know that *.war file works elsewhere. And the Tomcat log tells:
I would like to explode that *.war manually. Please advise how I can do it. Thank you.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
That probably means that the file is corrupted. Or perhaps there is a permissions problem.
In any case, a war file is just a zip file with a specified folder format inside. Any zip tool, including the jar command, can manipulate the war file.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How to Explode a *.war File Manually?
|
|
|