RE: Tomcat 5.5 load balancing URL redirefction not transparent to client

2006-07-14 Thread Tim Lucia
To: Tomcat Users List > Subject: Re: Tomcat 5.5 load balancing URL redirefction not transparent to > client > > Thanks Filip. > I understand now that Tomcat performs redirection - which implies that the > URL must change. > Then, I suppose I must ask > - Is something like mod_pr

Re: Tomcat 5.5 load balancing URL redirefction not transparent to client

2006-07-14 Thread Pid
I'd suggest investigating Apache2.2 and mod_proxy + mod_proxy_ajp + mod_proxy_balancer. Madhur K Tanwani wrote: > Thanks Filip. > I understand now that Tomcat performs redirection - which implies that the > URL must change. > Then, I suppose I must ask > - Is something like mod_proxy available i

Re: Tomcat 5.5 load balancing URL redirefction not transparent to client

2006-07-13 Thread Filip Hanik - Dev Lists
Madhur K Tanwani wrote: Thanks Filip. I understand now that Tomcat performs redirection - which implies that the URL must change. Then, I suppose I must ask - Is something like mod_proxy available in Tomcat? - Is it possible to emulate the same behavior in Tomcat? not really, Tomcat isn't reall

Re: Tomcat 5.5 load balancing URL redirefction not transparent to client

2006-07-13 Thread Madhur K Tanwani
Thanks Filip. I understand now that Tomcat performs redirection - which implies that the URL must change. Then, I suppose I must ask - Is something like mod_proxy available in Tomcat? - Is it possible to emulate the same behavior in Tomcat? After my discussion on the Tomcat 5.5 load balancing thr

Re: Tomcat 5.5 load balancing URL redirefction not transparent to client

2006-07-13 Thread Filip Hanik - Dev Lists
redirection, as the name tells you, doesn't balance, it redirects, and there is nothing transparent about a redirection. what you are looking for is called proxying, and the best example for that, would be mod_proxy in the Apache httpd web server. Filip Madhur K Tanwani wrote: Hi, I'm separa

Tomcat 5.5 load balancing URL redirefction not transparent to client

2006-07-13 Thread Madhur K Tanwani
Hi, I'm separating this question from my earlier thread on load balancing rules - it seems that it was over-looked there since it did not fit in there :(. My question is that when I use the default balancer webapp from Tomcat 5.5 the redirection rules redirect me to either jakarta, cnn or yaho