Caldarale, Charles R wrote:
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.

A naive question :
As far as I remember the beginning of this thread, the OP wants to have these applications autodeployed; which means that something in Tomcat has to watch these things, and notice when there's a newer copy available; which means directory reads, stats() etc... And this is on an nfs drive.
Isn't this all a quite bad idea in terms of performance, even nowadays ?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to