Hi, A developer gave me just a .war file to deploy on a tomcat. I read [w|j]ar files are just zipped. The .war contains some .jar...
I would like to "explode" all the .war (and the contained jars) and have the full code source. I could do it manually. But then there are two questions:
- How to jar and war the exploded code back (to get it all archived it it was)? - if I unarchive some .jar, they dont unarchive in a subdir but directly in the current dir. How to manage that (when unarchiving _and_ re-archiving)?
Well, the developper used some environment, I want to - put the code under SVN - edit it with Emacs/JDE That's why I need to get it all clear. Thank you for any advice. -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+rakotomandimby --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org