> From: afk...@gmail.com [mailto:afk...@gmail.com] On Behalf Of Afkham Azeez
> Subject: Tomcat 7 - does unpackWars=false work

> In my server.xml file, I have set unpackWars to false as follows:
> <Host name="localhost"  appBase="webapps"
>             unpackWARs="false" autoDeploy="true">
> However, my WAR files are still being unpacked into the work 
> directory. Am I missing something?

Just the fact that the .war files have to be unpacked somewhere; all the config 
tag does is prevent them from being unpacked into the <Host> appBase directory.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to