0

Suppose when my application is accessed through one of the nodes in a cluster and modifications are being made.Suddenly something happens to the node and taken over by another node in the cluster, will the transition happen correctly will anything be lost?

I do have seen some refernces but am still not clear how applications are maintained in a clustered environment?

ashwinsakthi
  • 1,856
  • 4
  • 27
  • 56

1 Answers1

1

Distributed Session Cache or storage can be used, like Hazelcast one, which is compatible with Glassfish

Grooveek
  • 10,046
  • 1
  • 27
  • 37