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
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
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
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
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