RE: Tomcat Cluster and NFS mounted webapp

2008-10-28 Thread forum123
Caldarale, Charles R wrote: Look at the workDir attribute of the Host and Context elements. By the way, you might want to consider moving up to a more recent 5.5 version (5.5.27 is current). Lots of fixes have gone in since 5.5.12 was released over three years ago. - Chuck

Re: Tomcat Cluster and NFS mounted webapp

2008-10-27 Thread Mark Thomas
forum123 wrote: We're setting up a simple Tomcat cluster using Tomcat 5.5.12. There will be initially 2 Tomcat instances on 2 physical Linux servers in this cluster. Is mounting a shared NFS folder appropriate for this? Sharing the bin, common, server, shared and webapps directories is fine.

Re: Tomcat Cluster and NFS mounted webapp

2008-10-27 Thread forum123
markt-2 wrote: Sharing the bin, common, server, shared and webapps directories is fine. Sharing conf could be OK if you are careful Sharing logs, temp and work is likely to cause problems. Did you look into using CATALINA_HOME/CATALINA_BASE? Yes, we use CATALINA_HOME/CATALINA_BASE

Re: Tomcat Cluster and NFS mounted webapp

2008-10-27 Thread Serge Fonville
Even though I have little experience with tomcat clusteringFor this situation I would specify one work directory in the config files (located on nfs) that points to a local directory that way everything can be shared except the work directory Hope this helps Regards, Serge Fonville On Mon, Oct

RE: Tomcat Cluster and NFS mounted webapp

2008-10-27 Thread Caldarale, Charles R
From: forum123 [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Cluster and NFS mounted webapp How do I set so that just the work directory is different per instance? Look at the workDir attribute of the Host and Context elements. By the way, you might want to consider moving up to a more