| Author |
Tomcat cluster
|
jasdeep parmar
Greenhorn
Joined: Oct 06, 2008
Posts: 20
|
|
Hi,
I am working on tomcat cluster environment. what is happening is that user is getting bounced to different servers while staying in same window and same session over different request and jsp pages. When user is getting bounced to different server the session scoped beans are not retaining the values and appears like state of session is not being retained. Can someone please suggest what might be causing this.
thanks
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2194
|
|
Hi!
Have you seen this? http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
Basically, session data is not automatically replicated between the node in a cluster, unless you set it up to do so.
Best wishes!
|
 |
 |
|
|
subject: Tomcat cluster
|
|
|