configure hda for clustering

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,982
Messages
2,570,185
Members
46,736
Latest member
AdolphBig6

Latest Threads

Top