You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/22 17:00:06 UTC

[11/19] applied 0001-Removed-stratos2-folder-from-products.patch

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/rm/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
deleted file mode 100644
index 4a02c1a..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
+++ /dev/null
@@ -1,158 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you 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.
- -->
-<html><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-  <title>Reliable messaging - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-  </head>
-
-<body>
-<h1>Reliable Messaging</h1>
-
-<p>The goal of Reliable Messaging in Web services is to allow applications to
-send and receive messages in an efficient, and reliable manner
-amidst application, platform, or network failure. The WS-Reliable Messaging
-specification (WS-RM), defines a protocol and a set of mechanisms that ensure
-that messages are delivered reliably between two endpoints.</p>
-
-<p>The WSO2 Web Services Application Server (WSAS) provides a Reliable
-Messaging tool that is used to enable WS-RM to services at global level and service level. If
-you activate reliable messaging for a particular service, your configurations
-will be applied to that particular service. WS-Reliable Messaging handles and
-solves both simple and complex scenarios arising in message transmission.</p>
-
-<p></p>
-
-<h2>Enabling Reliable Messaging</h2>
-<p><strong>Service Level</strong></p>
-<ol>
-  <li>In the navigator, under Manage/Services, click <strong>List</strong>.
-    The <em><strong>Deployed Services</strong></em> page appears. </li>
-  <li>Click the service for which you want to activate reliable messaging.
-    The <em><strong>Service Dashboard</strong></em> page appears. </li>
-  <li>Click <strong>Reliable Messaging</strong> in the Quality of Service
-    Configuration panel. The <em><strong>Enable Reliable
-    Messaging</strong></em> page appears.</li>
-  <li>In the <strong>Enable Reliable Messaging</strong> list, click
-    <strong>Yes</strong>.
-    The current reliable messaging configuration appears.</li>
-  <li>Modify the configuration if required.</li>
-  <li>Click <strong>Finish</strong>.
-    Reliable messaging will be activated for that particular service.</li>
-</ol>
-
-<p><a href="#Sequence">Field Descriptions</a></p>
-
-<p><img alt="" src="./images/rm.jpg" height="462" width="713"/></p>
-
-<p>Figure 1: Enabling Reliable Messaging</p>
-
-<p><strong>Global Level</strong></p>
-
-<p>In the navigator, under Manage/Modules, click click <strong>List</strong>.
-    This will show you all the deployed modules. Then click <strong>Configure</strong> link
-    in front of sandesha2 module. Then you can configure reliable meassaging in the same
-    way as explained above.</p>
-
-<h2><a name="Sequence" id="Sequence">RM Sequence Configuration
-Parameters</a></h2>
-
-<p>WS-RM defines a one way sequence. The sender (source) is called the RMS
-(reliable messaging source) and the receiver (destination) is called the RMD
-(reliable messaging destination). Therefore for in-out operations, the RM
-uses two sequences. For request messages, the server acts as the RMD and for
-response messages, the server act as the RMS.</p>
-
-<table style="width: 100%;" border="1">
-  <tbody>
-    <tr>
-      <td><strong>Inactivity Timeout Interval </strong></td>
-      <td>The maximum inactive time for any RM session. After the sequence
-        timeout, the RM session is terminated.</td>
-    </tr>
-    <tr>
-      <td>I<strong>nactivity Timeout Measure</strong></td>
-      <td>The unit in which the inactivity timeout interval is specified.</td>
-    </tr>
-    <tr>
-      <td><strong>Sequence Removal Timeout Interval</strong></td>
-      <td>If the sequence is inactive during this time period, the sequence
-        is removed from the storage.</td>
-    </tr>
-    <tr>
-      <td><strong>Sequence Removal Timeout Measure </strong></td>
-      <td>The unit in which the sequence removal timeout interval is
-        specified.</td>
-    </tr>
-    <tr>
-      <td><strong>Acknowledgment Interval</strong></td>
-      <td>The time interval that the RMD uses to send the acknowledgments</td>
-    </tr>
-    <tr>
-      <td><strong>Retransmission Interval</strong></td>
-      <td>The time interval after which the RMS retransmits the message if it
-        does not get an acknowledgment </td>
-    </tr>
-    <tr>
-      <td><strong>ExponentialBackoff</strong></td>
-      <td>Whether RMS exponentially increases the retransmission time or
-      not</td>
-    </tr>
-    <tr>
-      <td><strong>Maximum Retransmission Count</strong></td>
-      <td>The maximum number of retransmits the RMS sends</td>
-    </tr>
-  </tbody>
-</table>
-
-<p></p>
-
-<h2>Permanent Storage Parameters</h2>
-
-<table style="width: 100%;" border="1">
-  <caption></caption>
-  <tbody>
-    <tr>
-      <td><strong>Storage Manager</strong></td>
-      <td>The type of storage manager to use.</td>
-    </tr>
-    <tr>
-      <td><strong>Connection String</strong></td>
-      <td>The JDBC connection string to the database.</td>
-    </tr>
-    <tr>
-      <td><strong>Driver Name</strong></td>
-      <td>The driver name to use for this connection.</td>
-    </tr>
-    <tr>
-      <td><strong>User Name</strong></td>
-      <td>The database user name.</td>
-    </tr>
-    <tr>
-      <td><strong>Password</strong></td>
-      <td>The database user password.</td>
-    </tr>
-  </tbody>
-</table>
-
-<p>
-</p>
-
-<p></p>
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/docs/userguide.xml
deleted file mode 100644
index 7d05d78..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/docs/userguide.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-  <title>Role Management - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-<h1>User Management</h1>
-
-<p>The User Management component of the WSO2 Carbon facilitates the management
-and control of user accounts and user roles at different levels. The key
-functionalities of this component include:</p>
-<ul>
-  <li>Add, modify or remove user accounts</li>
-  <li>Add, modify or remove user roles</li>
-</ul>
-
-<h2>Managing User Roles</h2>
-
-<p>Use the <em><strong>Roles</strong></em> page to add new user roles, modify
-existing roles, or delete existing roles.</p>
-
-<p><img alt="" src="../images/role-main.png" height="207" width="577"/></p>
-
-<p>Figure 1: Roles Management</p>
-
-
-<ol>
-  <li>In the navigator, under <strong>Configure</strong>, click <strong>Users and Roles
-    </strong>. The <em><strong>User Management</strong></em>
-    page appears.</li>
-  <li>Click on <strong>Roles</strong> in the <strong> System User Store</strong>
-    panel. The <em><strong>Roles</strong></em> page appears.</li>
-</ol>
-<ul>
-  <ul>
-    <li>To add a user role,</li>
-  </ul>
-</ul>
-<ol>
-  <ol>
-    <li>Click <strong>Add New Role</strong> on the
-      <em><strong>Roles</strong></em> page.</li>
-    <li>Enter the role name.</li>
-    <li>Click <strong>Next.</strong></li>
-
-    <p><img alt="" src="../images/add-role1.png" height="200" width="500"/></p>
-
-    <p>Figure 2: Add user role</p>
-    <li>In step 2, select the permissions you want to assign to the role. Please refer to the
-    <a href="rolepermissions.html">Role Permissions</a> guide for details on permissions.</li>
-  </ol>
-</ol>
-
-<p><img alt="" src="../images/add-role2.png" height="418" width="471"/></p>
-
-<p>Figure 3: Add permission to user role</p>
-<ul>
-  <li>You can modify role permissions, and re-assign the users belonging to
-    particular role, by clicking <strong>Edit Permissions</strong>, and
-    <strong>Edit Users</strong> respectively on the
-    <em><strong>Roles</strong></em> page.. 
-    
-  </li>
-    <li>In step 3, optionally, you can select the users who
-      belong to that role. (Some external user stores like LDAP, do not allow to create empty roles. In that case this step is mandatory.)
-    </li>
-    <li>Click <strong>Finish</strong>.
-      The role you created will appear in the <em><strong>Roles</strong></em>
-      panel.
-    </li>
-    <p><img alt="" src="../images/add-role3.png" height="300" width="600"/></p>
-
-    <p>Figure 4: Add users to role</p>
-  <li>To delete a role, click <strong>Delete</strong> on the
-    <em><strong>Roles</strong></em> page. Please note that you cannot delete
-    the admin role from the system.</li>
-</ul>
-
-<p><b>Note:</b></p>
-<ul>
-    <li>If you connect to an external user store (like LDAP) in read only mode, you can read existing roles from it
-    but you can not edit/delete the roles.</li>
-    <li>
-       In this case, you can still create new roles which will be managed internally and which are editable.
-    </li>
-    <li>If you connect to the external user store in read/write mode, you can edit the roles in external user store as well.</li>
-</ul>
-
-<p></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/add-role3.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/add-role3.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/add-role3.png
deleted file mode 100644
index 476502f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/add-role3.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/check2.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/check2.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/check2.gif
deleted file mode 100644
index 7d9ceba..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/check2.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/contractall.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/contractall.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/contractall.gif
deleted file mode 100644
index b267f7f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/contractall.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/delete.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/delete.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/edit.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/edit.gif
deleted file mode 100644
index 90bd4dc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/edit.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/expandall.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/expandall.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/expandall.gif
deleted file mode 100644
index 333180d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/expandall.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/external-roles.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/external-roles.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/external-roles.gif
deleted file mode 100644
index 1f1f75b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/external-roles.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/role-main.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/role-main.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/role-main.png
deleted file mode 100644
index 1be4bd0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/role-main.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/user-roles.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/user-roles.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/user-roles.gif
deleted file mode 100644
index 8d76864..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/user-roles.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/users.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/users.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/users.gif
deleted file mode 100644
index 702ae1c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/users.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/server-roles.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/server-roles.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/server-roles.xml
deleted file mode 100644
index ef0f3f6..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/server-roles.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<!--
-  ~ Copyright 2008 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 HTML 4.01 Transitional//EN"
-        "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-    <title>Server Roles Management - User Guide</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-
-<h1>Server Roles</h1>
-
-    <p>A server-role is a parameter that is mentioned in carbon.xml for wso2carbon based products.
-       Each product has a different default ServerRoles property in its carbon.xml. Default server
-       role values for WSO2Carbon based products are as follows.</p>
-
-    <ul>
-        <li>WSO2 AppServer - "ApplicationServer"</li>
-        <li>WSO2 BAM - "BusinessActivityMonitor"</li>
-        <li>WSO2 BPS - "BusinessProcessServer"</li>
-        <li>WSO2 BRS - "BusinessRulesServer"</li>
-        <li>WSO2 DSS - "DataServicesServer"</li>
-		<li>WSO2 ESB - "EnterpriseServiceBus"</li>
-        <li>WSO2 GS - "GadgetServer"</li>
-        <li>WSO2 GReg - "GovernanceRegistry"</li>
-        <li>WSO2 IS - "IdentityServer"</li>
-        <li>WSO2 MS - "MashupServer"</li>
-   </ul>
-  <p>This property value is used for deployment of C-App archives. Generally a C-App consists of a
-     set of resources that is to be deployed in different products. So if an user deploys a C-App
-     in a carbon product all of the resources cannot be deployed in that particular product instance.
-     To sort out which can be deployed and which is can't server-role property is used. When a C-App
-     is being deployed it reads the ServerRoles property in carbon.xml and deploys only the
-     resources which matches the server-role values in there. Here is a example list of C-App
-     resources that map to default server roles.</p>
-  
-  	<ul>
-		<li>ApplicationServer - foo.aar, jax-wx.jar</li>
-		<li>EnterpriseServiceBus - proxy.xml</li>
-		<li>BusinessProcessServer - my_bpel.zip</li>
-		<li>GadgetServer - gadget.xml</li>
-  	</ul>
-
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/userguide.xml
deleted file mode 100644
index 8f26d9c..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/userguide.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-  <title>Server Roles Management - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-<h1>Server Roles Manager</h1>
-
-<h2>Introduction</h2>
-
-<p><strong>Server Roles Manager</strong> is a component to manage server roles property for
-   WSO2Carbon based products. Read more about <a href="server-roles.html">
-   <strong>Server Roles</strong></a>.</p>
-
-<p>As carbon supports adding different product features into one product instance original concept
-   of the server role property   being added into carbon.xml is hard to manage as users may have to
-   manually modify the carbon.xml to include the server-roles related to the product feature they
-   have added to a carbon product instance. As WSO2 Stratos and WSO2 Mars are introduced above
-   action is not possible for a tenant since the tenant user is remote to the server instance.</p>
-
-<p>To overcome those issues server role manager is introduced. Server role manager will store the
-   both carbon.xml default product roles and user/tenant specified server roles in Configuration
-   registry. So when a C-App is deploying in carbon the C-App deployer will check for afro-mentioned
-   server roles from the registry instead of carbon.xml.</p>
-
-<h2>How It Works</h2>
-
-<p>You can access the server roles manager UI clicking '<strong>Configure -> Server Roles</strong>'
-   or directly from <strong>https://&lt;host&gt;:&lt;port&gt;/carbon/roles-mgt/server-roles-mgt.jsp
-    </strong>.
-
-Server Roles Manager Displays all the server roles included in the current product instance in the
-landing page.
-
-<p><img alt="" src="../images/landingpage.jpg"/></p>
-<p>Figure 1: Server Roles Manager Landing page.</p>
-
-In server roles manager, server roles properties will be of two types, <strong>Default</strong> and
-<strong>Custom</strong>. Default type will be all the server roles picked from that particular
-product instance's carbon.xml and all other server roles added by the user will have type custom.
-</p>
-
-<h2>Functionality</h2>
-
-<p>Server Roles Manager has two basic functionalities,</p>
-	<ol>
-		<li>Add Server Role</li>
-		<p>You can add any textual name as a server role without special characters except
-           underscore.</p>
-		
-		<p><img alt="" src="../images/add_server_role.jpg"/></p>
-		<p>Figure 2: Add Server Role.</p>
-		
-		<p>Click the link '<strong>Add New Server Role</strong>' and a drop down menu will appear to
-           give the new role name. Just enter the preferred server role name than click
-            <strong>Add</strong>, and it will add the server role name.</p>
-		
-		<li>Remove Server Role</li>
-		<p>Simply click the <strong>garbage/delete icon</strong>
-           (<img alt="" src="../images/delete.gif"/>) at the right side of the any existing server
-           role. It will prompt a <strong>confirmation dialog</strong> and once confirmed it will
-           delete the server role.</p>
-		
-		<p><img alt="" src="../images/delete_server_role.jpg"/></p>
-		<p>Figure 2: Remove Server Role.</p>
-	
-	<p><strong>Note: </strong>Here users can even delete a default server role. Once it is deleted
-        when next time loading server role manager will not pick it up from the carbon.xml.</p>
-	</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg
deleted file mode 100644
index 2528d2c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/delete.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/delete.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-expanded.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-expanded.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-expanded.gif
deleted file mode 100644
index e9b6739..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-expanded.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif
deleted file mode 100644
index cd9a7a5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_queue_sample.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_queue_sample.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_queue_sample.xml
deleted file mode 100644
index d4bea8e..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_queue_sample.xml
+++ /dev/null
@@ -1,260 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-~ Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-~
-~ WSO2 Inc. licenses this file to you 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.0 Strict//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>WSO2 MB Samples - JMS Queue Sample</title>
-        <link href="../css/mb-docs.css" rel="stylesheet"/>
-        <link href="../styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-
-    <body>
-        <p>[<a href="../docs_index.html">Documentation Index</a>] </p>
-            <h1>WSO2 MB - Samples :JMS Queue Sample</h1>
-
-            <p>This guide demonstrates how persistent queues can be created and used in Message
-                Broker using JMS API.
-            </p>
-
-            <h2>Contents</h2>
-
-            <div class="toc">
-                <ul>
-                    <li>
-                        <a href="#jms_queue_sample">JMS Queue Sample</a>
-                    </li>
-                </ul>
-            </div>
-
-            <h2 id="jms_queue_sample">JMS Queue Sample</h2>
-
-            <p>Following JMS client is used to send messages to a known created queue in WSO2 Message Broker. Queue Receiver
-               can receive messages and message is printed in console.
-            </p>
-
-            <p>
-                First log into WSO2 Message Broker Management console and create a queue named 'testQueue'. Click on the
-                'Add' menu item under the 'Queues' menu to create a queue. To create a queue , the only thing needed to
-                be provided is the name of the queue.
-            </p>
-
-            <p>
-                note: To run this code sample, you need to have dependencies located at
-                $CARBON_HOME/client-lib in class path. You need to run QueueReceiver class prior to QueueSender class
-                when testing this sample.
-            </p>
-            <p>
-                Using following QueueSender JMS client messages can be sent to 'testQueue'.
-            </p>
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * 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.
-                 */
-
-                import javax.jms.JMSException;
-                import javax.jms.Queue;
-                import javax.jms.QueueConnection;
-                import javax.jms.QueueConnectionFactory;
-                import javax.jms.QueueSession;
-                import javax.jms.TextMessage;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-                public class QueueSender {
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String QUEUE_NAME_PREFIX = "queue.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String queueName = "testQueue";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        QueueSender queueSender = new QueueSender();
-                        queueSender.sendMessages();
-                    }
-
-                    public void sendMessages() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-                        properties.put(QUEUE_NAME_PREFIX + queueName, queueName);
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        QueueConnectionFactory connFactory = (QueueConnectionFactory) ctx.lookup(CF_NAME);
-                        QueueConnection queueConnection = connFactory.createQueueConnection();
-                        queueConnection.start();
-                        QueueSession queueSession =
-                                queueConnection.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        // Send message
-                        Queue queue = (Queue)ctx.lookup(queueName);
-
-                        // create the message to send
-                        TextMessage textMessage = queueSession.createTextMessage("Test Message Content");
-
-                        javax.jms.QueueSender queueSender = queueSession.createSender(queue);
-                        queueSender.send(textMessage);
-
-                        queueSender.close();
-                        queueSession.close();
-                        queueConnection.close();
-
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-
-                }
-
-            </pre>
-             <p>
-                 You can view created queue and its increased message count using Message Broker management console.
-             </p>
-            <p>
-                Now to receive the messages from the 'testQueue' following QueueReceiver class can be used. Message received gets printed on the
-                console.
-            </p>
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * 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.
-                 */
-
-                import javax.jms.*;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-                public class QueueReceiver {
-
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String queueName = "testQueue";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        QueueReceiver queueReceiver = new QueueReceiver();
-                        queueReceiver.receiveMessages();
-                    }
-
-                    public void receiveMessages() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-                        properties.put("queue."+ queueName,queueName);
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        QueueConnectionFactory connFactory = (QueueConnectionFactory) ctx.lookup(CF_NAME);
-                        QueueConnection queueConnection = connFactory.createQueueConnection();
-                        queueConnection.start();
-                        QueueSession queueSession =
-                                queueConnection.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        //Receive message
-                        Queue queue =  (Queue) ctx.lookup(queueName);
-                        MessageConsumer queueReceiver = queueSession.createConsumer(queue);
-                        TextMessage message = (TextMessage) queueReceiver.receive();
-                        System.out.println("Got message ==>" + message.getText());
-
-                        queueReceiver.close();
-                        queueSession.close();
-                        queueConnection.stop();
-                        queueConnection.close();
-
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-
-                }
-
-            </pre>
-        <p>
-            Now you should be able to see message count gets decreased for 'testQueue' using Management Console.
-        </p>
-    </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_topic_sample.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_topic_sample.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_topic_sample.xml
deleted file mode 100644
index d58dba4..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_topic_sample.xml
+++ /dev/null
@@ -1,252 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-~ Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-~
-~ WSO2 Inc. licenses this file to you 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.0 Strict//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>WSO2 MB Samples - JMS Topic Sample</title>
-        <link href="../css/mb-docs.css" rel="stylesheet"/>
-        <link href="../styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-
-    <body>
-        <p>[<a href="../docs_index.html">Documentation Index</a>]  </p>
-            <h1>WSO2 MB - Samples :JMS Topic Sample</h1>
-
-            <p>This guide demonstrates how topics can be created and used in Message
-                Broker using JMS API.
-            </p>
-
-            <h2>Contents</h2>
-
-            <div class="toc">
-                <ul>
-                    <li>
-                        <a href="#jms_queue_sample">JMS Topic Sample</a>
-                    </li>
-                </ul>
-            </div>
-
-            <h2 id="jms_queue_sample">JMS Topic Sample</h2>
-
-            <p>Following code is used to create a topic, subscribe to it and publish messages. To
-                run this code sample, you need to have dependencies located at
-                $CARBON_HOME/client-lib in class path.
-                To try out following code fragment, Run the Topic Subscriber first and then run
-                Topic Publisher code. You should see, published message in Topic subscriber console.
-
-                You can see created topics in management console as well.
-            </p>
-
-            <p>Topic Publisher: This code is used to publish messages to a given topic.</p>
-
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * 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.
-                 */
-
-                import javax.jms.JMSException;
-                import javax.jms.QueueSession;
-                import javax.jms.TextMessage;
-                import javax.jms.Topic;
-                import javax.jms.TopicConnection;
-                import javax.jms.TopicConnectionFactory;
-                import javax.jms.TopicSession;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-
-                public class TopicPublisher {
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String topicName = "MYTopic";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        TopicPublisher topicPublisher = new TopicPublisher();
-                        topicPublisher.publishMessage();
-                    }
-
-                    public void publishMessage() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        TopicConnectionFactory connFactory = (TopicConnectionFactory) ctx.lookup(CF_NAME);
-                        TopicConnection topicConnection = connFactory.createTopicConnection();
-                        topicConnection.start();
-                        TopicSession topicSession =
-                                topicConnection.createTopicSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        // Send message
-                        Topic topic = topicSession.createTopic(topicName);
-
-                        // create the message to send
-                        TextMessage textMessage = topicSession.createTextMessage("Test Message");
-
-                        javax.jms.TopicPublisher topicPublisher = topicSession.createPublisher(topic);
-                        topicPublisher.publish(textMessage);
-
-                        topicSession.close();
-                        topicConnection.close();
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-                }
-
-
-            </pre>
-
-            <p>Topic Subscriber: This code is used to Subscribe for topics.
-                topicSubscriber.receive() will wait till a message is received and exit the main
-                thread.
-            </p>
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * 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.
-                 */
-
-                import javax.jms.JMSException;
-                import javax.jms.Message;
-                import javax.jms.QueueSession;
-                import javax.jms.TextMessage;
-                import javax.jms.Topic;
-                import javax.jms.TopicConnection;
-                import javax.jms.TopicConnectionFactory;
-                import javax.jms.TopicSession;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-
-                public class TopicSubscriber {
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String topicName = "MYTopic";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        TopicSubscriber topicSubscriber = new TopicSubscriber();
-                        topicSubscriber.subscribe();
-                    }
-
-                    public void subscribe() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        TopicConnectionFactory connFactory = (TopicConnectionFactory) ctx.lookup(CF_NAME);
-                        TopicConnection topicConnection = connFactory.createTopicConnection();
-                        topicConnection.start();
-                        TopicSession topicSession =
-                                topicConnection.createTopicSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        // Send message
-                        Topic topic = topicSession.createTopic(topicName);
-                        javax.jms.TopicSubscriber topicSubscriber = topicSession.createSubscriber(topic);
-                        Message message = topicSubscriber.receive();
-                        if (message instanceof TextMessage) {
-                            TextMessage textMessage = (TextMessage) message;
-                            System.out.println("textMessage.getText() = " + textMessage.getText());
-                        }
-                        topicSession.close();
-                        topicConnection.close();
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-                }
-
-
-            </pre>
-        <p>Also note that a MessageListener can be set to topicSubscriber to receive messages asynchronously.</p>
-    </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/css/search.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/css/search.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/css/search.css
deleted file mode 100644
index 890372f..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/css/search.css
+++ /dev/null
@@ -1,25 +0,0 @@
-table tbody tr td {
-    border: 0 none;
-    padding: 0;
-    text-align: left;
-    vertical-align: top;
-}
-
-body {
-    margin: 0;
-    padding: 0;
-}
-
-#mediaTypeAutoComplete {
-    width: 130px; /* set width here or else widget will expand to fit its container */
-}
-
-.loadMediaTypeButton {
-    margin-left: 170px;
-    display:block;
-    width:50px;
-}
-.search-subtitle{
-    color: #666666;
-    font-weight:bold;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/date.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/date.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/date.png
deleted file mode 100644
index bf70c91..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/date.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/reporting_crumb.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/reporting_crumb.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/reporting_crumb.png
deleted file mode 100644
index a41f431..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/reporting_crumb.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/userguide.xml
deleted file mode 100644
index bf17c12..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/userguide.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-    <title>Registry Search - User Guide</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-
-<body>                                                                                              
-<h1>Registry Search</h1>
-
-<h2>Search</h2>
-
-    <p> All resources found in the registry, can be searched through this interface. Search could be
-    refined by optionally providing, resource name, created date range, updated date range, tags,comments, association type,
-    association destination, property name, property value and the content. To search for matches containing a specific
-    pattern use the <strong>%</strong> symbol. The pattern matching can be used with the following fields "Resource name",
-    "created by", "updated by" and "property value". Also the search supports the use of part of the user name in the "created by"
-    and "updated by" fields. And also for the fields like Created data range,Updated range,Created user and Updated user
-    the negation option is provided in order to search other than the provided criteria.</p>
-
-    <p>To enter more than one term in tags, use comma (",") as the separator. To enter more than one
-        term in keywords, use space (" ") as the separator.</p>
-
-    <p><img src="images/main.png" width="777px"/></p>
-
-    <p>Figure 1: Search Interface</p>
-
-    <p>Created or Updated dates can be either entered in the format of MM/DD/YYYY or used the date
-    picker user interface provided.</p>
-
-    <p><img src="images/date.png" width="777px"/></p>
-
-    <p>Figure 2: Date picker user interface</p>
-
-    
-<br/><br/>
-
-<h3>Custom Search</h3>
-<p>The custom search provides the user with the ability to customize the search interface for a given media type.
-The search parameters for a given media type is configured by a user with admin privileges by creating a resource
-with the name of the media type (for <strong>application/wsdl+xml</strong> the resource name should be <strong>application-wsdl-xml</strong>)
-and declaring the parameters as properties. The search parameter name is given as the property name and the property value
-describes whether this parameter should be included in the custom search.</p>
-
-<p><img src="images/configuration.png" width="777px"/></p>
-<p>Figure 3: Custom search configuration </p>
-
-<p>The advanced search contains a field where the user can specify a media type. Upon selecting a media type,
-    custom search form for that media type will be automatically loaded.
-</p>
-
-<p><img src="images/custom_search.png" width="777px"/></p>
-
-<p>Figure 4: Custom search interface </p>
-
-<h2>Saving a Search Filter</h2>
-    <p>
-        Search criteria can be saved as a filter using the interface shown in Figure 5.
-    </p>
-
-    <p><img src="images/save_filter.png" width="777px"/></p>
-
-    <p>Figure 5: Save search filter user interface</p>
-
-<br/><br/>
-
-<h2>Loading a Search Filter</h2>
-    <p>A saved search filter can be loaded by selecting the filter name in the drop-down list shown
-    in Figure 6. Upon loading a search filter, search form fields are populated with previously saved values.
-    </p>
-
-    <p><img src="images/load_filter.png" width="777px"/></p>
-
-    <p>Figure 6: Save search filter user interface</p>
-
-<h2>Report generation for search results</h2>
-
-    <p>In the search result page the user is able to generate a report which will include search results.The user is able to
-    create reports in PDF,HTML or Excel.</p>
-    <p><img src="images/reporting_crumb.png" width="550px" /></p>
-    <p>Figure 7: Reporting options</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/arrow-down.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/arrow-down.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/arrow-down.png
deleted file mode 100644
index b60cc35..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/arrow-down.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r01.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r01.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r01.gif
deleted file mode 100644
index 9c7b922..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r01.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r04.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r04.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r04.gif
deleted file mode 100644
index 02d1276..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r04.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r44.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r44.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r44.gif
deleted file mode 100644
index 02d1276..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r44.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search-top.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search-top.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search-top.png
deleted file mode 100644
index c288eaf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search-top.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search.gif
deleted file mode 100644
index 86f81ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_user_groups.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_user_groups.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_user_groups.png
deleted file mode 100644
index 5148022..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_user_groups.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/kerberos_spn.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/kerberos_spn.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/kerberos_spn.png
deleted file mode 100644
index ed2690e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/kerberos_spn.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/no_security.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/no_security.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/no_security.png
deleted file mode 100644
index bb0eb5f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/no_security.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario1.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario1.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario1.png
deleted file mode 100644
index 9865055..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario1.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario10.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario10.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario10.png
deleted file mode 100644
index f5d5327..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario10.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario13.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario13.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario13.png
deleted file mode 100644
index eea4042..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario13.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario2.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario2.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario2.png
deleted file mode 100644
index 751aa5d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario2.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario3.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario3.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario3.png
deleted file mode 100644
index 2c156a2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario3.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario4.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario4.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario4.png
deleted file mode 100644
index 952e6a6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario4.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario7.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario7.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario7.png
deleted file mode 100644
index df3876b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario7.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/images/server-admin.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/images/server-admin.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/images/server-admin.gif
deleted file mode 100644
index 4dea3d3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/images/server-admin.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/userguide.xml
deleted file mode 100644
index d89d17f..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/userguide.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-  <title>Server Admin - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-<h1>Server Administration</h1>
-
-<p>You can use the Shutdown/Restart feature to shutdown and restart the
-server. The machine can be shutdown gracefully or�forcefully.</p>
-<ol>
-  <li>In the navigator, under Manage, click
-    <strong>Shutdown/Restart</strong>.�The
-    <em><strong>Shutdown/Restart</strong></em> page appears.</li>
-  <li>Click on the shutdown or restart option as applicable. The available
-    options are:
-
-    <ul>
-      <li>Graceful shutdown</li>
-      <li>Forced shutdown</li>
-      <li>Graceful Restart</li>
-      <li>Immediate Restart</li>
-    </ul>
-  </li>
-</ol>
-
-<p>Each option is described on the <span
-style="font-weight: bold; font-style: italic;">Shutdown/Restart</span> page.</p>
-
-<p><img alt="Server Admin" src="images/server-admin.gif"/></p>
-
-<p style="text-align: center;">Figure 1: Shutdown/Restart the Server</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/images/graceful-shutdown.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/images/graceful-shutdown.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/images/graceful-shutdown.gif
deleted file mode 100644
index 0372501..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/images/graceful-shutdown.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/Servicegroup Dashboard.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/Servicegroup Dashboard.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/Servicegroup Dashboard.JPG
deleted file mode 100644
index e9d6d1c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/Servicegroup Dashboard.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/deployedservices.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/deployedservices.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/deployedservices.JPG
deleted file mode 100644
index 732bdd5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/deployedservices.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service details.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service details.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service details.JPG
deleted file mode 100644
index 85c8cd1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service details.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service group parameters.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service group parameters.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service group parameters.JPG
deleted file mode 100644
index d732ca1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service group parameters.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service parameters.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service parameters.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service parameters.JPG
deleted file mode 100644
index c1a92b8..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service parameters.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/try the service.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/try the service.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/try the service.JPG
deleted file mode 100644
index ba22533..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/try the service.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg
deleted file mode 100644
index d04ed06..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/caching.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/caching.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/caching.gif
deleted file mode 100644
index 2857a2a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/caching.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg
deleted file mode 100644
index 4af53d2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif
deleted file mode 100644
index a91544f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/deployedservices.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/deployedservices.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/deployedservices.jpg
deleted file mode 100644
index fed2ccc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/deployedservices.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/list.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/list.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/list.gif
deleted file mode 100644
index 638d8ab..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/list.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/operations.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/operations.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/operations.gif
deleted file mode 100644
index ce0436d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/operations.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg
deleted file mode 100644
index d8cab66..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg and /dev/null differ