Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...