> From: albrecht andrzejewski [mailto:[EMAIL PROTECTED]
> Subject: Re: application deployment issue, Tomcat 5.5
>
> java is looking to some native code to unzip the WAR file,
> which is huffman's compressed (yes, war files can be unzipped).

The native code being used to do the unzipping is packaged with the JRE in 
libzip.so or zip.dll (it's actually a slightly out of date version of zlib); 
it's used for every jar/war/ear/rar, etc., file, as well as .zip files.  The 
stack trace shows the code being exercised, not being looked for.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to