Question.

I would like to front my web application with multiple apache instances
(each one HA). Each instance would support sticky sessions and incoming
traffic would be load shared between the sites using DNS.  Upon DNS expiry
which could be in the middle of a session, a client could be redirected back
to a random apache instance. 

1. Is it possible to share session information between 2 apache mod_jk
instances ?
2. Or is there any way to insure that a particular client dns request ends
up at the same apache instance short of some sort of complex GSLB solution?

Thanks
-- 
View this message in context: 
http://www.nabble.com/HA-Scale-solution-for-mod_jk-using-multiple-apace-instances-tf4648291.html#a13278827
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to