Re: RE: unzip a jar file from a war file to tomcat/webapp

2007-06-29 Thread gregory hans
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

Re: unzip a jar file from a war file to tomcat/webapp

2007-06-29 Thread Christopher Schultz
-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

Re: RE: unzip a jar file from a war file to tomcat/webapp

2007-06-28 Thread Paul Hammes
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

RE: unzip a jar file from a war file to tomcat/webapp

2007-06-28 Thread Caldarale, Charles R
> 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,

RE: unzip a jar file from a war file to tomcat/webapp

2007-06-28 Thread Propes, Barry L
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

Re: unzip a jar file from a war file to tomcat/webapp

2007-06-27 Thread Christopher Schultz
-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

unzip a jar file from a war file to tomcat/webapp

2007-06-27 Thread Paul Hammes
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