Re: unwar and unjar an application

2009-01-29 Thread David kerber
Mihamina Rakotomandimby (R12y) wrote: Kirk True wrote: 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 ma

Re: unwar and unjar an application

2009-01-29 Thread Ken Bowen
Often the following will unpack a jar or war (both): jar -xf On Jan 29, 2009, at 12:45 AM, Mihamina Rakotomandimby (R12y) wrote: Kirk True wrote: 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

Re: unwar and unjar an application

2009-01-28 Thread Mihamina Rakotomandimby (R12y)
Kirk True wrote: 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. Are you sure that the WAR and

Re: unwar and unjar an application

2009-01-28 Thread Kirk True
Hi Mihamina, Mihamina Rakotomandimby (R12y) wrote: 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 m

unwar and unjar an application

2009-01-28 Thread Mihamina Rakotomandimby (R12y)
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 t