Connecting Tech Pros Worldwide Forums | Help | Site Map

Redirecting HTTP request to another webserver

Newbie
 
Join Date: Oct 2008
Posts: 3
#1: Oct 29 '08
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

Member
 
Join Date: Mar 2007
Location: Bangalore, India
Posts: 110
#2: Nov 4 '08

re: Redirecting HTTP request to another webserver


I don't have a detailed experience in HTTP Server. I am just exploring the stuff.

But to your question, the redireciton is definitely possible. Are you just using only the Web Servers? or any other application servers clubbed with?
Reply