Author: azeez Date: Wed Jun 4 07:29:17 2008 New Revision: 17928 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17928
Log: adding load balancing parameters removing registration Removed: trunk/wsas/java/modules/documentation/src/site/resources/images/register.jpg trunk/wsas/java/modules/www/extensions/core/js/registration.js Modified: trunk/wsas/java/modules/core/conf/axis2.xml trunk/wsas/java/modules/documentation/src/site/xdoc/user_guide.xml trunk/wsas/java/modules/www/extensions/core/divs.html Modified: trunk/wsas/java/modules/core/conf/axis2.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/core/conf/axis2.xml?rev=17928&r1=17927&r2=17928&view=diff ============================================================================== --- trunk/wsas/java/modules/core/conf/axis2.xml (original) +++ trunk/wsas/java/modules/core/conf/axis2.xml Wed Jun 4 07:29:17 2008 @@ -438,6 +438,21 @@ domain. There will not be interference between nodes in different groups. --> <parameter name="domain">wso2.wsas.domain</parameter> + + <!-- + Indicates the mode in which this member is running. Valid values are "application" and + "loadBalance" + + application - This member hosts end user applications + loadBalance - This member is a part of the load balancer cluster + --> + <parameter name="mode">application</parameter> + + <!-- + This parameter is only valid when the "mode" parameter is set to application. This indicates + the domain in which the the applications being load balanced are deployed. + --> + <parameter name="applicationDomain">wso2.wsas.application.domain</parameter> <!-- When a Web service request is received, and processed, before the response is sent to the Deleted: trunk/wsas/java/modules/documentation/src/site/resources/images/register.jpg URL: http://wso2.org/svn/browse/wso2/None?pathrev=17927 Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/user_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/documentation/src/site/xdoc/user_guide.xml?rev=17928&r1=17927&r2=17928&view=diff ============================================================================== --- trunk/wsas/java/modules/documentation/src/site/xdoc/user_guide.xml (original) +++ trunk/wsas/java/modules/documentation/src/site/xdoc/user_guide.xml Wed Jun 4 07:29:17 2008 @@ -1316,24 +1316,6 @@ <p>Once signed in, to sign out from the system, click on the Sign Out link at the upper right-hand of any page.</p> -<a name="register"></a> - -<h3 id="Register">Register</h3> - -<p>You can register your WSO2 WSAS instance by clicking on this link. By -registering, you will be providing the developers with valuable information -to make WSO2 WSAS a better product. Only information that is shown to you on -the Register Product page will be submitted to the server, and you can change -the information that is extracted from your WSO2 WSAS instance before you -submit them to the server if you wish to do so.</p> - -<p> - <br/><br/> - <img alt="Figure:Registration Page" src="images/register.jpg" /> - <br/><br/> -</p> - -<p><strong>Figure: Registration Page</strong></p> <br/> <a name="browser_settings"></a> <h2 id="Browser">Web Browser Specific Settings</h2> Modified: trunk/wsas/java/modules/www/extensions/core/divs.html URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/www/extensions/core/divs.html?rev=17928&r1=17927&r2=17928&view=diff ============================================================================== --- trunk/wsas/java/modules/www/extensions/core/divs.html (original) +++ trunk/wsas/java/modules/www/extensions/core/divs.html Wed Jun 4 07:29:17 2008 @@ -5,7 +5,6 @@ <div id="divServicesGeneralDescription" style="display:none;"></div> <div id="divHome" style="display:none;"></div> <div id="divWSASLogin" style="display:none;"></div> -<div id="registerProduct" style="display:none;"></div> <div id="divServices" style="display:none;"></div> <div id="divStatistics" style="display:none;"></div> <div id="divReports" style="display:none;"></div> @@ -69,7 +68,6 @@ <div id="divServiceGroupParams" style="display:none;"></div> <div id="divTryit" style="display:none;"></div> -<div id="divRegisterProductSuccess" style="display:none;"></div> <div id="divConfigureModule" style="display:none;"></div> Deleted: trunk/wsas/java/modules/www/extensions/core/js/registration.js URL: http://wso2.org/svn/browse/wso2/None?pathrev=17927 _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
