
May 31st, 2005, 12:04 PM
|
|
Contributing User
|
|
Join Date: Aug 2004
Posts: 79
Time spent in forums: 7 h 12 m 55 sec
Reputation Power: 4
|
|
|
help establishing secure connection to server via browser
A client of mine would like a website where demos can shown to anyone who wishes to view them (the demo is some type of java software, but that isnt that important). How could a connection be quickly established to 3 different servers, each in seperate locations to test a demo from a web browser? Each server would have the exact same info on it, but 2 are mainly a backup, (if 1 was down, it would move to the other(s)).
Another related topic would be how to have 3 servers constantly have the same data as the others- if Server A gets new data, it copies to B and C. If B gets the new data, it copies to A and C.
I was thinking of a SSL connection or ftp, I honestly don't know.
Thanks.
|