> 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, rather than waiting
until run time?  It would seem to be a whole lot easier.

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

I hope you mean unzip it into the specific app's directory under the
$TOMCAT_HOME/webapps, rather than directly into webapps.

 - 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