Results 1 to 2 of 2
i need to make mirroring formy application from one linux server to anoher linux server for example i have a tomcat service running on a linux server it ip is ...
- 12-08-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 1
need to make miiroring for my application?
i need to make mirroring formy application from one linux server to anoher linux server for example i have a tomcat service running on a linux server it ip is 192.168.1.10 i need to make a mirror on another server it ip is 192.168.1.11
which will make my service always up and running in case the first server is down the second server make its role
could any one advice how to make it?
- 12-09-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
Well, you can use rsync to update 192.168.1.11 from file changes on 192.168.1.10. You can use cron to schedule the updates on a regular basis.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote