S
Shinya Koizumi
I configured the clustering and load balancing on the applicaton server.
The load balancing seems to work on the web server but the clustering
doesn't work
I have set up two instances( instance1, instance2) on a cluster( clusterA )
and created
two servlet ( called SetName, GetName )
SetName is going to set a string value to a session object( 'name' )
and GetName will display the value set in the session object 'name'
If both instances are running, I have no problem calling both servlets.
However, when I call on the servlet SetName on the instance1 and stop that
instance,
I am only getting null with calling GetName on the instance2.
If clustering is working I am supposed to get the string value which is set
on the session object in the instance right?
SK
The load balancing seems to work on the web server but the clustering
doesn't work
I have set up two instances( instance1, instance2) on a cluster( clusterA )
and created
two servlet ( called SetName, GetName )
SetName is going to set a string value to a session object( 'name' )
and GetName will display the value set in the session object 'name'
If both instances are running, I have no problem calling both servlets.
However, when I call on the servlet SetName on the instance1 and stop that
instance,
I am only getting null with calling GetName on the instance2.
If clustering is working I am supposed to get the string value which is set
on the session object in the instance right?
SK