Author: azeez
Date: Wed Dec 22 06:45:27 2010
New Revision: 1051771
URL: http://svn.apache.org/viewvc?rev=1051771&view=rev
Log:
Changing URL
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringAgent.java
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/management/NodeManager.java
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/state/StateManager.java
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringAgent.java
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringAgent.java?rev=1051771&r1=1051770&r2=1051771&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringAgent.java
(original)
+++
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringAgent.java
Wed Dec 22 06:45:27 2010
@@ -42,7 +42,7 @@ import java.util.Set;
* This interface is also responsible for
* properly instantiating a {...@link
org.apache.axis2.clustering.state.StateManager} &
* {...@link org.apache.axis2.clustering.management.NodeManager}. In the case
of
- * a static <a
href="http://afkham.org/2008/05/group-membership-management-schemes.html">
+ * a static <a
href="http://blog.afkham.org/2008/05/group-membership-management-schemes.html">
* membership scheme</a>,
* this members are read from the axis2.xml file and added to the
ClusteringAgent.
* </p>
@@ -141,7 +141,7 @@ public interface ClusteringAgent extends
/**
* Set the static members of the cluster. This is used only with
- * <a
href="http://afkham.org/2008/05/group-membership-management-schemes.html">
+ * <a
href="http://blog.afkham.org/2008/05/group-membership-management-schemes.html">
* static group membership </a>
*
* @param members Members to be added
@@ -150,7 +150,7 @@ public interface ClusteringAgent extends
/**
* Get the list of members in a
- * <a
href="http://afkham.org/2008/05/group-membership-management-schemes.html">
+ * <a
href="http://blog.afkham.org/2008/05/group-membership-management-schemes.html">
* static group
* </a>
*
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/management/NodeManager.java
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/management/NodeManager.java?rev=1051771&r1=1051770&r2=1051771&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/management/NodeManager.java
(original)
+++
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/management/NodeManager.java
Wed Dec 22 06:45:27 2010
@@ -41,7 +41,7 @@ import org.apache.axis2.description.Para
* </p>
* <p>
* It is not mandatory to have a NodeManager in a node. In which case the
cluster may be
- * used only for <a
href="http://afkham.org/2008/05/definition-of-high-availability.html">
+ * used only for <a
href="http://blog.afkham.org/2008/05/definition-of-high-availability.html">
* High Availability</a> through context replication. However, it is difficult
to imagine that
* a cluster will be deployed in production with only context replication but
without cluster
* configuration management.
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/state/StateManager.java
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/state/StateManager.java?rev=1051771&r1=1051770&r2=1051771&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/state/StateManager.java
(original)
+++
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/state/StateManager.java
Wed Dec 22 06:45:27 2010
@@ -36,11 +36,11 @@ import java.util.Map;
* </p>
* <p>
* It is not mandatory to have a StateManager in a node. If we are not
interested in
- * <a href="http://afkham.org/2008/05/definition-of-high-availability.html">
+ * <a
href="http://blog.afkham.org/2008/05/definition-of-high-availability.html">
* High Availability</a>, 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
- * <a
href="http://afkham.org/2008/05/definition-of-scalability.html">Scalability</a>
+ * <a
href="http://blog.afkham.org/2008/05/definition-of-scalability.html">Scalability</a>
* </p>
* <p>
* The implementation of this interface is set by the