Session sharing accros subdomains?

2006-08-09 Thread Madhur K Tanwani
I've a main website hosting domain "domain.com". There are links on this page that point to response servers, which is a subdomain "rs.domain.com". The problem is that when a user signs in on the "domain.com" and clicks on any link his session is not available on "rs.domain.com". I see that th

Re: Tomcat and MySQL error

2006-07-26 Thread Madhur K Tanwani
I'm not sure if you asked the question at the right place. Anyways, I think there would be some configuration file / code snippet which uses the "www.old-domain.com:3306" while forming the connection URL, which is passed to the getConnection(, , ) method. Hope it helps, Madhur. DK wrote: He

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

2006-07-13 Thread Madhur K Tanwani
would be mod_proxy in the Apache httpd web server. Filip Madhur K Tanwani wrote: 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

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

Re: Tomcat 5.5 Load Balancing Rule Classes

2006-07-11 Thread Madhur K Tanwani
your valuable responses, Thanks a lot, Madhur. Michael Echerer wrote: Madhur K Tanwani wrote: I am trying to build a load balancer which enforces the following :- - chooses from the available "alive" workers from the cluster, in a Round-Robin / Least-Load-First manner - impl

Tomcat 5.5 Load Balancing Rule Classes

2006-07-10 Thread Madhur K Tanwani
Hi, Greetings to all in my first mail on the list. I've read the article on "How To Ask Questions The Smart Way" - will try to adhere to it, but please don't mind a few misses :). First with some background. This request is regarding the classes that implements the rules, as used in the rules.xml