quot;
Betreff: RE: unzip a jar file from a war file to tomcat/webapp
> > From: Paul Hammes [mailto:[EMAIL PROTECTED]
> > Subject: unzip a jar file from a war file to tomcat/webapp
> >
> > i have to unzip a jar, contained in a war file. This jar file
> > is contained
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Paul,
Paul Hammes wrote:
> I have to unzip the jar at the time of deployment because of the size
> of the war file. the jar file contains 20mb of images. So I can safe
> several mb to transfer to the server where the application will run.
What types
richt
Datum: Thu, 28 Jun 2007 18:56:00 -0500
Von: "Caldarale, Charles R" <[EMAIL PROTECTED]>
An: "Tomcat Users List"
Betreff: RE: unzip a jar file from a war file to tomcat/webapp
> > From: Paul Hammes [mailto:[EMAIL PROTECTED]
> > Subject: unzip
> From: Paul Hammes [mailto:[EMAIL PROTECTED]
> Subject: unzip a jar file from a war file to tomcat/webapp
>
> i have to unzip a jar, contained in a war file. This jar file
> is contained in the web-inf/lib directory.
Why don't you unzip it as part of building the .war,
an applet?
-Original Message-
From: Paul Hammes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 27, 2007 9:05 AM
To: users@tomcat.apache.org
Subject: unzip a jar file from a war file to tomcat/webapp
Hi,
i have to unzip a jar, contained in a war file. This jar file is contained in
the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Paul,
Paul Hammes wrote:
> i have to unzip a jar, contained in a war file. This jar file is
> contained in the web-inf/lib directory. There are several images in
> this jar and i want to unzip it to tomcat/webapp directory so the
> browser can access
Hi,
i have to unzip a jar, contained in a war file. This jar file is contained in
the web-inf/lib directory. There are several images in this jar and i want to
unzip it to tomcat/webapp directory so the browser can access the images
directly. The process of unzipping should be triggerd by the a