> Has anyone ever placed an application and its content on a redundant > DFS solution? > So as when one DFS server fails, another takes over. > Does anyone see possible problems with this setup? > ie. when dfs server fails does tomcat loose connection to the app or > is the failover fast enough.
DFS is based on the Windows Change Journal. There can be several seconds to a minute of latency before file changes replicate from one DFS server to the other. Be sure that your application could tolerate that. If I was going to try a DFS-based approach, I'd just run DFS right on the tomcat server(s). However, my experience with DFS has been unsatifactory. Replication often drives up average disk queue lengths on both servers and causes application-level freezes. Personally, I'd strongly recommend using Linux+DRBD+Pacemaker. Much faster and more stable. -- Eric Robinson Disclaimer - June 22, 2010 This email and any files transmitted with it are confidential and intended solely for Tomcat Users List. If you are not the named addressee you should not disseminate, distribute, copy or alter this email. Any views or opinions presented in this email are solely those of the author and might not represent those of . Warning: Although has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments. This disclaimer was added by Policy Patrol: http://www.policypatrol.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org