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 27, 2008 at 5:16 PM, forum123 <[EMAIL PROTECTED]> wrote:

>
>
> 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 to have the Tomcat binaries
> installed in a separate location while the current instance in another
> location.
>
> How do I set so that just the "work" directory is different per instance?
> There's probably a catalina variable for this?  Haven't 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 context:
> http://www.nabble.com/Tomcat-Cluster-and-NFS-mounted-webapp-tp20176721p20190968.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to