Hi guys, Anybody got an idea to extract contents from .war files like the one's comes with Tomcat. Any utilities/tools available. Any help greatly appreciated Thanx Ajan
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
posted
0
Just use jar. Both .war and .ear files are just .jar files with a certain structure (and a .jar file is in turn a .zip file with meta-information added, so if you don't have jar you can simply rename the file to .zip and open it). - Peter
Ajan Balakrishnan
Ranch Hand
Joined: Jan 04, 2001
Posts: 71
posted
0
Thanx Peter for your reply. I know the .jar can be opened with any zip utilities. I tried the same thing with .war but no luck. Even i renamed the .war to zip and tried still luck doesnot seem to turn out my way.
Thanx again Ajan
[This message has been edited by Ajan Balakrishnan (edited February 07, 2001).]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.