Author: azeez
Date: Wed Jan 2 06:08:27 2008
New Revision: 11771
Log:
Fix for WSAS-538
Added:
trunk/wsas/java/modules/documentation/src/site/xdoc/nodemanagement_sample_guide.xml
Modified:
trunk/wsas/java/modules/documentation/src/site/site.xml
Modified: trunk/wsas/java/modules/documentation/src/site/site.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/site.xml (original)
+++ trunk/wsas/java/modules/documentation/src/site/site.xml Wed Jan 2
06:08:27 2008
@@ -11,14 +11,14 @@
</bannerRight>-->
<body>
<links>
- <item name="Axis2/Java" href="http://ws.apache.org/axis2" />
- <item name="Axiom"
href="http://ws.apache.org/commons/axiom/index.html" />
- <item name="Rampart"
href="http://ws.apache.org/rampart/index.html" />
- <item name="Sandesha2"
href="http://ws.apache.org/sandesha/sandesha2/index.html" />
- <item name="Neethi"
href="http://ws.apache.org/commons/neethi/index.html" />
- <item name="Apache WS" href="http://ws.apache.org" />
- <item name="Apache " href="http://www.apache.org" />
- </links>
+ <item name="Axis2/Java" href="http://ws.apache.org/axis2"/>
+ <item name="Axiom"
href="http://ws.apache.org/commons/axiom/index.html"/>
+ <item name="Rampart"
href="http://ws.apache.org/rampart/index.html"/>
+ <item name="Sandesha2"
href="http://ws.apache.org/sandesha/sandesha2/index.html"/>
+ <item name="Neethi"
href="http://ws.apache.org/commons/neethi/index.html"/>
+ <item name="Apache WS" href="http://ws.apache.org"/>
+ <item name="Apache " href="http://www.apache.org"/>
+ </links>
<menu name="WSO2 WSAS @wso2wsas_version@">
<item name="Release Notes" href="release_notes.html"/>
@@ -39,7 +39,7 @@
<item name="RDBMS Data Source"
href="rdbms_data_service_guide.html"/>
<item name="CSV Data Source"
href="csv_data_service_guide.html"/>
<item name="Excel Data Source"
href="excel_data_service_guide.html"/>
- <item name="JNDI Data Source"
href="jndi_data_service_guide.html"/>
+ <item name="JNDI Data Source"
href="jndi_data_service_guide.html"/>
</item>
<item name="EJB Guide" href="ejb_guide.html"/>
<item name="Clustering Guide" href="wsas-clustering.html"/>
@@ -56,9 +56,10 @@
<item name="STS" href="sts_guide.html"/>
<item name="Trader" href="trader_guide.html"/>
<item name="Tiny URL" href="tiny_url_guide.html"/>
- <item name="Metadata Exchange" href="mex_sample_guide.html"/>
- <item name="WS-Transfer" href="xfer_sample_guide.html"/>
- <item name="XML Key Managment Specification"
href="xkms_sample_guide.html"/>
+ <item name="Metadata Exchange" href="mex_sample_guide.html"/>
+ <item name="WS-Transfer" href="xfer_sample_guide.html"/>
+ <item name="XML Key Managment Specification"
href="xkms_sample_guide.html"/>
+ <item name="Cluster Management"
href="nodemanagement_sample_guide.html"/>
</menu>
<menu name="API Documentation">
@@ -99,7 +100,7 @@
<item name="Project Team" href="team-list.html"/>
<item name="Issue Tracking" href="issue-tracking.html"/>
<!--<item name="Source Code"-->
-
<!--href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN"/>-->
+
<!--href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN"/>-->
<!--<item name="Acknowledgements" href="thanks.html"/>-->
<item name="License"
href="http://www.apache.org/licenses/LICENSE-2.0.html"/>
Added:
trunk/wsas/java/modules/documentation/src/site/xdoc/nodemanagement_sample_guide.xml
==============================================================================
--- (empty file)
+++
trunk/wsas/java/modules/documentation/src/site/xdoc/nodemanagement_sample_guide.xml
Wed Jan 2 06:08:27 2008
@@ -0,0 +1,80 @@
+<!--
+ ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+ <body>
+ <h1>Cluster Management Sample Guide</h1>
+
+ <h2>INTRODUCTION</h2>
+
+ <p>
+ We will use this sample to demonstrate the capabilities of WSO2
Web Services Application
+ Server in a clustered configuration,
+ highlighting the key features that are made possible using the
admin.sh/admin.bat
+ script.
+
+ When WSAS is configured to run in clustered mode, the deployed
services are said to be
+ alive in a clustered
+ environment. Clustering is enabled by editing the the
WSO2WSAS/conf/axis2.xml file.
+ i.e. Uncomment the <cluster>
+ element. Then restart WSAS.
+ Each WSAS instance in the cluster (a.k.a. a node) has the
NodeManager service running.
+ the script admin.sh/bat in WSO2WSAS_HOME is used to invoke the
NodeManagerClient.
+ </p>
+
+ <h2>Instruction</h2>
+
+ <p>
+ The four scripts given in the folder are samples of how you can
use the admin.sh/bat
+ script to
+ do several things.
+
+ <ol>
+ <li>
+ <strong>Reload a Configuration</strong><br/>
+ Copy the reloadconfiguration/reloadconfiguration.bat to
WSO2WSAS_HOME/bin and
+ run it.
+ This will reload the Axis2 configuration for all nodes in
the cluster
+ with any configuration changes you may have made to the
central URL repository &
+ database.
+
+ </li>
+ <li>
+ <strong>Load Service Groups</strong><br/>
+ Copy the loadservicegroups/loadservicegroups.bat to
WSO2WSAS_HOME/bin and run it.
+ This will load the specified service groups on all nodes from
a central URL
+ repository
+ & database.
+ </li>
+ <li>
+ <strong>Unload Service Groups</strong><br/>
+ Copy the unloadservicegroups/unloadservicegroups.bat to
WSO2WSAS_HOME/bin and run
+ it.
+ This will remove the echo & version service groups from
all nodes.
+ </li>
+ <li>
+ <strong>Apply Service Policy</strong><br/>
+ Copy the applyservicepolicy/applyservicepolicy.bat and
policy.xml file to
+ WSO2WSAS_HOME/bin and run the script.
+ This will apply the specified policy to the version service on
all nodes in the
+ cluster.
+ </li>
+ </ol>
+ </p>
+ </body>
+</html>
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev