> From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan 
> Rosenberg
> Subject: Tomcat on Windows XP: WAR file not fully unpacked

> I'm on Windows XP, local Tomcat running.  Most of the time when I
> upload (from the local machine) a .war file via the Manager HTML UI,
> I find that it is only partially unpacked into the app dir.

That's usually because Tomcat is unpacking it elsewhere, since Windows presents 
ugly locking problems.  Look at the antiResourceLocking and antiJARLocking 
attributes of the <Context> element:

http://tomcat.apache.org/tomcat-6.0-doc/config/context.html

However, you shouldn't ever depend on the .war file being unpacked, since 
there's no guarantee it will be.

 - 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