RE: Tomcat Cluster and NFS mounted webapp

2008-10-28 Thread forum123
earliest I can. -- View this message in context: http://www.nabble.com/Tomcat-Cluster-and-NFS-mounted-webapp-tp20176721p20213152.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail

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 and elements. By the way, you might want to consider m

Re: Tomcat Cluster and NFS mounted webapp

2008-10-27 Thread Serge Fonville
rectory but different name > like "work1" and "work2". Each app server would get its own work > directory. > -- > View this message in context: > http://www.nabble.com/Tomcat-Cluster-and-NFS-mounted-webapp-tp20176721p20190968.html > Sent from the Tomcat

Re: Tomcat Cluster and NFS mounted webapp

2008-10-27 Thread forum123
found it... I can write a small startup script that will determine the hostname and use a different work (in the same CATALINA_BASE) directory but different name like "work1" and "work2". Each app server would get its own work directory. -- View this message in co

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 fin

Tomcat Cluster and NFS mounted webapp

2008-10-26 Thread forum123
. Are there unforeseen problems my tests don't reveal? Are there any alternatives to NFS mounting that still provide the same simplicity? -- View this message in context: http://www.nabble.com/Tomcat-Cluster-and-NFS-mounted-webapp-tp20176721p20176721.html Sent from the Tomcat -