On Sun, Feb 21, 2010 at 3:23 AM, imrank <[email protected]> wrote: > Can I use the approach of having all the files sitting on a single NFS file > server and have the different tomcat instances read/write the files to that > server's filesystem? I guess theres gonna be some cost in terms of network > latency...
Not to mention creating a single point of failure. Alternatively, keep local copies on each server and use rsync to maintain consistent images. -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
