RE: RE: File replication (Tomcat cluster ?)

2003-07-17 Thread Nicolas LANTERNIER
: File replication (Tomcat cluster ?) Simon Pabst said: Or you just set up a script/cronjob to do an rsync or scp/rcp between the two local directories. Don't think Tomcat itself has anything which makes that possible (correct me if i'm wrong), maybe Tomcat 5 will. This is the method I would

Re: RE: File replication (Tomcat cluster ?)

2003-07-16 Thread Simon Pabst
Oh, didn't realize you're on different servers, too much thinking in our own setup, sry ;-) Hmm NFS has its own file caches so you could do that, besides Tomcat caches stuff in its own local work directory and Ram. Or you just set up a script/cronjob to do an rsync or scp/rcp between the two

Re: RE: File replication (Tomcat cluster ?)

2003-07-16 Thread David Rees
Simon Pabst said: Or you just set up a script/cronjob to do an rsync or scp/rcp between the two local directories. Don't think Tomcat itself has anything which makes that possible (correct me if i'm wrong), maybe Tomcat 5 will. This is the method I would suggest using. Besides this, you