Best practices for deployment on cluster environment

2010-08-25 Thread Fernando Morgenstern
Hi, I have a Tomcat cluster environment with 4 servers. I was wondering that is the best way to deploy an application on 4 servers at the same time. At a first moment, i thought about having a script that would copy war files to all servers using rsync. Basically i upload the war file to the

Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Fernando Morgenstern
Hello, I'm running the following version of tomcat: Server version: Apache Tomcat/6.0-snapshot Server built: Nov 15 2009 11:02:53 Server number: 6.0.0.0 OS Name:Linux OS Version: 2.6.24-9-pve Architecture: i386 JVM Version:1.6.0_12-b04 JVM Vendor: Sun Microsystems Inc.

Re: Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Fernando Morgenstern
Marcelo Em 09/07/2010, às 10:47, Tobias Crefeld escreveu: Am Fri, 9 Jul 2010 10:21:09 -0300 schrieb Fernando Morgenstern ferna...@consultorpc.com: SEVERE: Error starting static Resources java.lang.IllegalArgumentException: Invalid or unreadable WAR file : error in opening zip file

Re: Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Fernando Morgenstern
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

Application deployment on clusters

2010-02-01 Thread Fernando Morgenstern
Hello, I am trying to find out how can i deploy an application on all nodes at a Tomcat 6 cluster. Basically i have this on my server.xml: Deployer className=org.apache.catalina.ha.deploy.FarmWarDeployer tempDir=/tmp/war-temp/ deployDir=/tmp/war-deploy/

Re: Application deployment on clusters

2010-02-01 Thread Fernando Morgenstern
Em 01/02/2010, às 09:04, Mark Thomas escreveu: On 01/02/2010 10:52, Fernando Morgenstern wrote: Hello, I am trying to find out how can i deploy an application on all nodes at a Tomcat 6 cluster. Basically i have this on my server.xml: Deployer className