> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: deploy webapp to nfs shared drive > > This would only be a problem if Tomcat's "work" directory was shared, > right? Or do I have things wrong thinking that WAR files are expanded > into the work directory rather than the webapps dir?
Webapps are normally expanded into the webapps dir, not the work dir, so yes, you've got it wrong. Having the same location used by multiple Tomcat instances simultaneously is a timing nightmare, as pid has been pointing out. - 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.