Author: azeez
Date: Wed Jan 28 09:22:48 2009
New Revision: 29882
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29882

Log:
updated

Modified:
   trunk/wsas/java/modules/distribution/src/site/xdoc/wsas-clustering.xml

Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/wsas-clustering.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/src/site/xdoc/wsas-clustering.xml?rev=29882&r1=29881&r2=29882&view=diff
==============================================================================
--- trunk/wsas/java/modules/distribution/src/site/xdoc/wsas-clustering.xml      
(original)
+++ trunk/wsas/java/modules/distribution/src/site/xdoc/wsas-clustering.xml      
Wed Jan 28 09:22:48 2009
@@ -378,36 +378,6 @@
 
 <p></p>
 
-<h3><a name="NodeManagementExample">Node Management Example</a></h3>
-
-<p>Open a browser and log in to the web console of Node 1. Go to the services
-section. You can see the currently deployed services. Now copy the
-service1.aar to the services directory of the shared repository. Then go to
-the bin directory of Node 1 using the command line and issue the following
-command:</p>
-<pre>./admin.sh --username admin --password admin --epr 
https://127.0.0.1:9443/services/Axis2NodeManager 
-                                                               --operation 
loadsgs --service-groups service1</pre>
-
-<p>Once that command is completed, issue the commit command shown below:</p>
-<pre>./admin.sh --username admin --password admin --epr 
https://127.0.0.1:9443/services/Axis2NodeManager --operation commit</pre>
-
-<p>These two commands connect to Node 1 and orders it to deploy the service
-group "service1" in the cluster. Now view the services section of the web
-console again. You can see that the service1 is listed in the deployed
-services. Then login to the web console of Node 2 (note that the web console
-of the Node 2 runs on port 9444) and go to the services section. You can see
-that service1 is deployed in Node 2 as well.</p>
-
-<p>Similarly issue the following unload command followed by the commit
-command.</p>
-<pre>./admin.sh --username admin --password admin --epr 
https://127.0.0.1:9443/services/Axis2NodeManager
-                                                               --operation 
unloadsgs --service-groups service1</pre>
-
-<p>Then verify that the service1 is undeployed from both nodes by using the
-web consoles.</p>
-
-<p></p>
-
 <h3><a name="SessionStateReplicationExample">Session State Replication
 Example</a></h3>
 

_______________________________________________
Wsas-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to