Fernando Morgenstern wrote:
Em 09/07/2010, às 11:05, Caldarale, Charles R escreveu:

From: Fernando Morgenstern [mailto:ferna...@consultorpc.com]
Subject: Re: Error: Invalid or unreadable WAR file : error in opening
zip file

* Only webapps folder is shared between servers using glusterfs.
That's a problem.  Multiple Tomcats may try to expand .war files 
simultaneously, scribbling on each other.  You need to have a separate webapps 
directory for each instance.

Yes, we had this problem in the past. What we did was to change server.xml in a 
way that only one server have unpackWARS set to true, other servers have 
unpackWARS set to false  ( including the one that is having  problems ).

And what about the "autoDeploy" flag ?


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

Reply via email to