It is not mandatory to have a StateManager in a node. If we are not interested in High Availability, we may disable context replication by commenting out the "contextManager" section in the axis2.xml cluster configuration section. In such a scenatio, the cluster will be used only for the purpose of Scalability
The implementation of this interface is set by the {@link org.apache.axis2.deployment.ClusterBuilder}, by reading the "contextManager" element in the axis2.xml
e.g.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|