Re: deploy webapp to nfs shared drive

2009-06-16 Thread Pid
robr wrote: Pid-2 wrote: Robert Rowntree wrote: we are running a cluster of 3 nodes. we are on linux . we run tomcat 5.5.15 and do not use the server.conf clustering . we cluster tomcat with an external load balancer. That's a really old Tomcat, lots and lots of bug fixes since then.

Re: deploy webapp to nfs shared drive

2009-06-16 Thread Pid
Pid wrote: robr wrote: Pid-2 wrote: Robert Rowntree wrote: we are running a cluster of 3 nodes. we are on linux . we run tomcat 5.5.15 and do not use the server.conf clustering . we cluster tomcat with an external load balancer. That's a really old Tomcat, lots and lots of bug fixes since

Re: deploy webapp to nfs shared drive

2009-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 6/16/2009 5:09 AM, Pid wrote: You understand the point I'm trying to make? You've started out by saying that you want the war to expand. 1. new war is uploaded. 2. server1 is restarted 2a expanded dir is removed 2b war is

RE: deploy webapp to nfs shared drive

2009-06-16 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: deploy webapp to nfs shared drive This would only be a problem if Tomcat's work directory was shared, right? Or do I have things wrong thinking that WAR files are expanded into the work directory rather than

Re: deploy webapp to nfs shared drive

2009-06-16 Thread André Warnier
Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: deploy webapp to nfs shared drive This would only be a problem if Tomcat's work directory was shared, right? Or do I have things wrong thinking that WAR files are expanded into the work

Re: deploy webapp to nfs shared drive

2009-06-16 Thread David kerber
André Warnier wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: deploy webapp to nfs shared drive This would only be a problem if Tomcat's work directory was shared, right? Or do I have things wrong thinking that WAR files

RE: deploy webapp to nfs shared drive

2009-06-16 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: deploy webapp to nfs shared drive As far as I remember the beginning of this thread, the OP wants to have these applications autodeployed; which means that something in Tomcat has to watch these things, and notice when there's

Re: deploy webapp to nfs shared drive

2009-06-15 Thread Pid
Robert Rowntree wrote: we are running a cluster of 3 nodes. we are on linux . we run tomcat 5.5.15 and do not use the server.conf clustering . we cluster tomcat with an external load balancer. That's a really old Tomcat, lots and lots of bug fixes since then. You should consider upgrading, at

Re: deploy webapp to nfs shared drive

2009-06-15 Thread robr
? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://www.nabble.com/deploy-webapp-to-nfs-shared-drive

deploy webapp to nfs shared drive

2009-06-14 Thread Robert Rowntree
we are running a cluster of 3 nodes. we are on linux . we run tomcat 5.5.15 and do not use the server.conf clustering . we cluster tomcat with an external load balancer. we have tried using a context file like the example below in order to serve webapps from the shared drive and have experienced