LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Redirecting HTTP request to another webserver (https://www.linuxquestions.org/questions/linux-newbie-8/redirecting-http-request-to-another-webserver-680206/)

barunva 10-31-2008 02:26 AM

Redirecting HTTP request to another webserver
 
Hi All,

Can you please answer my following question:

I have two web servers; one is based on Linux Operating System and the second one is based on AIX OS, and both are geographically apart, with no NFS (Network File System) between them.

Suppose the client makes a request to one of the web servers to undertake his task. But when one of the servers is down, the job has to be redirected (either IP level with packet rewriting or at HTTP level or any other method) to the other web server.

Again, I may want to redirect any client request from one server to the other, maybe based on load or based on any other logic


My questions are:
i) Is it possible to implement this model (ie, one: redirection when one
server is down, and the second: redirection based on some other logic such
as load) using the Apache Tomcat Server. If it is possible with Tomcat, please help us to know more details as to how this can be implemented by
providing an appropriate link

ii) If the Server-1 is down which component will take care of
redirecting the job into next nearest Server

Thanks and Regards,
B.Arunachalam

w3bd3vil 10-31-2008 08:25 AM

How about DNS?
http://en.wikipedia.org/wiki/Round_robin_DNS

barunva 11-02-2008 10:17 PM

Thanks for the reply.
but it has many drawbacks.....


All times are GMT -5. The time now is 04:38 PM.