On 15/02/2011 21:47, Caldarale, Charles R wrote: >> 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;
No they don't. Tomcat will run an application quite happily directly from a WAR. > all the config tag does is prevent them from being unpacked into the <Host> > appBase directory. Unpacking into the work directory is a side-effect of enabling either antiJARLocking or antiResourceLocking. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org