Re: Accessing Virtual Host through load blancer

2012-05-29 Thread Reka Thirunavukkarasu
Thanks for the insight information. > Don't /plan/ to do it, /do it/.  You /must/ send a "Host:" header to Tomcat, > to allow it to pick the correct VirtualHost.  Otherwise how would it do it ? > That's the HTTP/1.1 protocol, nothing special with Tomcat. Then we will implement it. Reka. ---

Re: Accessing Virtual Host through load blancer

2012-05-29 Thread André Warnier
Please do not top-post. Answer below the respective question or comment, not on top of the message. We don't like to have to scroll up and down to see which answer related to what. Reka Thirunavukkarasu wrote: Hi, I'm using tomcat 7.0.27 and java 1.6 in ubuntu 11.10. Here I'm not using Apache

Re: Accessing Virtual Host through load blancer

2012-05-29 Thread Reka Thirunavukkarasu
Hi, I'm using tomcat 7.0.27 and java 1.6 in ubuntu 11.10. Here I'm not using Apache httpd instead the load balancer that we have developed which will balance load within tomcat instances. Obviously, the issue is with our load balancer since it is rewriting the url to one of the actual running to

Re: Accessing Virtual Host through load blancer

2012-05-29 Thread Reka Thirunavukkarasu
Hi, I'm using tomcat 7.0.27 and java 1.6 in ubuntu 11.10. Here I'm not using Apache httpd instead the load balancer that we have developed which will balance load within tomcat instances. Obviously, the issue is with our load balancer since it is rewriting the url to one of the actual running to

Re: Accessing Virtual Host through load blancer

2012-05-29 Thread Casper Wandahl Schmidt
Den 29-05-2012 13:35, Reka Thirunavukkarasu skrev: Hi I'm configuring a load balancer in front of two tomcat instances in the same machine. I wanted to access my name based virtual host which was created across those two tomcat instances through load balancer. In this case, when i send a reques

Re: Accessing Virtual Host through load blancer

2012-05-29 Thread André Warnier
Reka Thirunavukkarasu wrote: Hi I'm configuring a load balancer in front of two tomcat instances in the same machine. I wanted to access my name based virtual host which was created across those two tomcat instances through load balancer. In this case, when i send a request like the following: