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 16:59:58 UTC

[03/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.1/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
deleted file mode 100644
index 4a02c1a..0000000
--- a/products/stratos2/cloud_controller/1.0.1/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.1/modules/distribution/src/site/xdoc/role/images/add-role1.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/add-role1.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/add-role1.png
deleted file mode 100644
index f7e90ff..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/add-role1.png and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/delete.gif b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/role/images/expandall.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/expandall.gif b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/role/images/external-users.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/external-users.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/external-users.gif
deleted file mode 100644
index 2786b04..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/external-users.gif and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/roles-mgt/images/landingpage.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/landingpage.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/landingpage.jpg
deleted file mode 100644
index db1411f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/landingpage.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/samples/web_service_client_sample.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/samples/web_service_client_sample.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/samples/web_service_client_sample.xml
deleted file mode 100644
index 33c563e..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/samples/web_service_client_sample.xml
+++ /dev/null
@@ -1,232 +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 - Web Service Client 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>Web Service Client Sample</h1>
-        <p> <a href="http://www.w3.org/Submission/WS-Eventing/">Web Service Eventing Specification </a>  defines how Web
-            Services Eventing supports the simplest levels of Web
-            services interfaces for notification producers and consumers for a distributed event management system. It
-            is a baseline set of operations that allow Web services to provide asynchronous notifications to interested
-            parties. WS-Eventing defines the simplest level of Web services interfaces for notification producers and
-            notification consumers including standard message exchanges to be implemented by service providers that wish
-            to act in these roles, along with operational requirements expected of them. It has a set of functions
-            supporting publish/subscribe required by robust, scalable enterprise applications including message brokering
-            and topic based subscription management.</p>
-        <p>WSO2 MB 2.0.1 supports WS-eventing. This sample shows you how to register a Web Service as an event receiver
-            and subscribe it to the message brokering server, together with how to publish messages to that subscription
-            you have made.</p>
-        <h2>Defining Web Service</h2>
-        <pre xml:space="preserve">
-
-            /*
-            *  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.
-            */
-
-
-            public class EventSinkService {
-                public void receive(String message){
-                    System.out.println("Got  the message ==> " + message);
-                }
-            }
-        </pre>
-        <h2>Host The Service And Start A Broker Client With Service URL</h2>
-        <p>Then this service has to be hosted in a server, and a broker client should be defined with that service url.</p>
-        <pre xml:space="preserve">
-
-            private AxisServer axisServer;
-            private BrokerClient brokerClient;
-            public void start() {
-                try {
-                    System.setProperty("javax.net.ssl.trustStore", "../../repository/resources/security/wso2carbon.jks");
-                    System.setProperty("javax.net.ssl.trustStorePassword", "wso2carbon");
-                    this.axisServer = new AxisServer();
-                    this.axisServer.deployService(EventSinkService.class.getName());
-                    this.brokerClient = new BrokerClient("https://localhost:9443/services/EventBrokerService", "admin", "admin");
-                    // give time to start the simple http server
-                    try {
-                    Thread.sleep(2000);
-                    } catch (InterruptedException e) {
-                    }
-                } catch (AxisFault axisFault) {
-                    System.out.println("Can not start the server");
-                } catch (AuthenticationExceptionException e) {
-                    e.printStackTrace();
-                }
-            }
-        </pre>
-        <h2>Subscribe The Service To Receive Events</h2>
-        <p>Now we have to subscribe the above service to the broker to receive events. For that we use a "topic". Broker
-            client implementation allows you to subscribe a service to a topic in Message Broker. Here a topic named
-            "foo/bar" is used.</p>
-        <pre xml:space="preserve">
-
-            public String subscribe() {
-                // set the properties for ssl
-                try {
-                    return this.brokerClient.subscribe("foo/bar" , "http://localhost:6060/axis2/services/EventSinkService/receive");
-                } catch (BrokerClientException e) {
-                    e.printStackTrace();
-                }
-                return null;
-            }
-        </pre>
-        <h2>Publish Messages </h2>
-        <p>When messages or events are published to the topic in message broker, it will be received by the web service.</p>
-        <pre xml:space="preserve">
-
-            public void publish(){
-                try {
-                    this.brokerClient.publish("foo/bar", getOMElementToSend());
-                } catch (AxisFault axisFault) {
-                    axisFault.printStackTrace();
-                }
-            }
-        </pre>
-        <p>As the service only doing flusing the message to the console, you should see the message getting printed in the console.</p>
-        <p>The full sample code will be like following.</p>
-        <pre xml:space="preserve">
-
-/*
-*  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.
-*/
-
-import org.apache.axiom.om.OMAbstractFactory;
-import org.apache.axiom.om.OMElement;
-import org.apache.axiom.om.OMFactory;
-import org.apache.axiom.om.OMNamespace;
-import org.apache.axis2.AxisFault;
-import org.apache.axis2.engine.AxisServer;
-import org.wso2.carbon.event.client.broker.BrokerClient;
-import org.wso2.carbon.event.client.broker.BrokerClientException;
-import org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationExceptionException;
-import java.rmi.RemoteException;
-            public class PubSubClient {
-                private AxisServer axisServer;
-                private BrokerClient brokerClient;
-                public void start() {
-                    try {
-                        System.setProperty("javax.net.ssl.trustStore", "../../repository/resources/security/wso2carbon.jks");
-                        System.setProperty("javax.net.ssl.trustStorePassword", "wso2carbon");
-                        this.axisServer = new AxisServer();
-                        this.axisServer.deployService(EventSinkService.class.getName());
-                        this.brokerClient = new BrokerClient("https://localhost:9443/services/EventBrokerService", "admin", "admin");
-                        // give time to start the simple http server
-                        try {
-                            Thread.sleep(2000);
-                        } catch (InterruptedException e) {
-                        }
-                    } catch (AxisFault axisFault) {
-                        System.out.println("Can not start the server");
-                    } catch (AuthenticationExceptionException e) {
-                        e.printStackTrace();
-                    }
-                }
-                public String subscribe() {
-                    // set the properties for ssl
-                    try {
-                        return this.brokerClient.subscribe("foo/bar" , "http://localhost:6060/axis2/services/EventSinkService/receive");
-                    } catch (BrokerClientException e) {
-                        e.printStackTrace();
-                    }
-                    return null;
-                }
-                public void publish(){
-                    try {
-                        this.brokerClient.publish("foo/bar", getOMElementToSend());
-                    } catch (AxisFault axisFault) {
-                        axisFault.printStackTrace();
-                    }
-                }
-                public void unsubscribe(String subscriptionID){
-                    try {
-                        this.brokerClient.unsubscribe(subscriptionID);
-                    } catch (RemoteException e) {
-                        e.printStackTrace();
-                    }
-                }
-                public void stop(){
-                    try {
-                        this.axisServer.stop();
-                    } catch (AxisFault axisFault) {
-                        axisFault.printStackTrace();
-                    }
-                }
-                public static void main(String[] args) {
-                    PubSubClient pubSubClient = new PubSubClient();
-                    pubSubClient.start();
-                    String subscriptionId = pubSubClient.subscribe();
-                    pubSubClient.publish();
-                    try {
-                        Thread.sleep(5000);
-                    } catch (InterruptedException e) {}
-                    pubSubClient.unsubscribe(subscriptionId);
-                    pubSubClient.stop();
-                }
-                private OMElement getOMElementToSend() {
-                    OMFactory omFactory = OMAbstractFactory.getOMFactory();
-                    OMNamespace omNamespace = omFactory.createOMNamespace("http://ws.sample.org", "ns1");
-                    OMElement receiveElement = omFactory.createOMElement("receive", omNamespace);
-                    OMElement messageElement = omFactory.createOMElement("message", omNamespace);
-                    messageElement.setText("Test publish message");
-                    receiveElement.addChild(messageElement);
-                    return receiveElement;
-                }
-}
-        </pre>
-        <p>Note: As you might have already comprehended WSO2 MB should be running when running the sample.</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.1/modules/distribution/src/site/xdoc/search/css/search.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/css/search.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/css/search.css
deleted file mode 100644
index 890372f..0000000
--- a/products/stratos2/cloud_controller/1.0.1/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.1/modules/distribution/src/site/xdoc/search/docs/images/configuration.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/configuration.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/configuration.png
deleted file mode 100644
index 5935676..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/configuration.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/reporting_crumb.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/reporting_crumb.png b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/search/docs/images/save_filter.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/save_filter.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/save_filter.png
deleted file mode 100644
index 8df8da2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/save_filter.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/userguide.xml
deleted file mode 100644
index bf17c12..0000000
--- a/products/stratos2/cloud_controller/1.0.1/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.1/modules/distribution/src/site/xdoc/search/images/arrow-up.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/arrow-up.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/arrow-up.png
deleted file mode 100644
index 7cda4cc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/arrow-up.png and /dev/null differ

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/kerberos_spn.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/kerberos_spn.png b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/policy_from_registry.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/policy_from_registry.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/policy_from_registry.png
deleted file mode 100644
index 5103327..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/policy_from_registry.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/userguide.xml
deleted file mode 100644
index 565c818..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/userguide.xml
+++ /dev/null
@@ -1,205 +0,0 @@
-<!--
- ~ 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.
- -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-    <meta http-equiv="content-type" content="text/html; charset=windows-1252"></meta>
-    <title>Security for Web Service - User Guide</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-<body>
-
-<h1>Security for Web Services</h1>
-
-<p> Web Services security, or to be more precise, SOAP message security, identifies and
-    provides solutions for general computer security threats as well as threats unique
-    to Web services. </p>
-
-<p> WSO2 Carbon supports WS Security, WS-Policy and WS-Security Policy specifications.
-    These specifications define a behavioral model for Web services. A requirement for
-    one Web service may not be valid for another. Thus defining service-specific
-    requirements might be necessary.</p>
-
-<p> The WSO2 SOA platform provides important security features to your service. By default,
-    the security features are disabled. You should explicitly enable the security feature.</p>
-
-<h2>Adding Security Features</h2>
-
-<p> Understanding the exact security requirements should be the first step you should take
-    when planning to secure your Web services. For an example, you may have to consider what
-    security aspects are important to your service, whether it is the integrity,
-    confidentiality, or both. </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 on the service name for which you want to add
-        security features. The <em><strong>Service Dashboard</strong></em>
-        page appears.
-    </li>
-    <li>Click <strong>Security</strong> in the <strong>Quality
-        of Service Configuration</strong> panel. The <em><strong>Security
-        for the Service</strong></em> page appears.
-    </li>
-    <li>To enable security for the service, in the <strong>Enable
-        Security? </strong> drop down list, click <strong>Yes.</strong></li>
-    
-    <p><img src="images/no_security.png" alt="Turning on Security" height="144" width="1018" border="1" style="border-color:darkgray"/></p>
-
-    <p><em><strong>Figure 1:</strong> Enabling security</em></p>
-
-    <p>A list of available security scenarios is displayed. In addition to that, an
-       option is provided to select a custom security policy from Registry.</p>
-
-    <p><img src="images/default_scenarios.png" alt="Selecting default security scenarios" height="624" width="998" border="1" style="border-color:darkgray"/></p>
-
-    <p><em><strong>Figure 2:</strong> Selecting Default Security Scenarios</em></p>
-
-    <p><img src="images/policy_from_registry.png" alt="Referring to a policy from Registry" height="114" width="993" border="1" style="border-color:darkgray"/></p>
-
-    <p><em><strong>Figure 3:</strong> Referring to a policy from Registry</em></p>
-    
-    <li>To enable security for your service, either you can select a default security scenario
-        from the 15 existing scenarios (as shown in Figure 2) or you can refer to a custom
-        security policy which is stored in Configuration Registry or Governance Registry
-        (as shown in Figure 3). After selecting the suitable option, click <strong>Next</strong>.
-        The <em><strong>Activate Security</strong></em> page appears. You can configure the
-        security features on this page. The configurations depend on your previous selections.
-
-        <br/>
-
-        If you have selected a default security scenario, this page will show you the user groups,
-        key stores etc. according to the selected security scenario. But if you have referred to a
-        custom security policy from Registry, this page will show all the options to select user
-        groups and key stores and you have to select those according to your policy.
-
-        <br/>
-        <br/>
-
-        <ul>
-            <ul>
-                <li>In a default scenario, if you have selected a policy that includes Username Token,
-                    you will have the User Group panel to choose the users who are
-                    allowed to access the service.
-
-                    <p><img src="images/activate_security_user_groups.png" alt="Activate Security - User Groups" height="250" width="1012" border="1" style="border-color:darkgray"/></p>
-
-                    <p><em><strong>Figure 4:</strong> Activate security - User Groups</em></p>
-                </li>
-            </ul>
-        </ul>
-
-        <ul>
-            <ul>
-                <li>In a default scenario, if you have selected a policy that requires signing or
-                    encryption, Trusted Key Stores and Private Key Store panels appear.
-                    Select the KeyStore (wso2carbon.jks) and the Private Key Store
-                    (Only the wso2carbon.jks keystore is available by default).
-
-                    <p><img src="images/activate_security_key_stores.png" alt="Activate Security - Selecting Key Stores" height="312" width="1011" border="1" style="border-color:darkgray"/></p>
-
-                    <p><em><strong>Figure 5:</strong> Activate Security - Selecting Key Stores</em></p>
-                </li>
-            </ul>
-        </ul>
-
-
-        <ul>
-            <ul>
-                <li>
-                    <p>
-                        If you are applying security scenario 16 (Kerberos Token based security) you have to associate
-                        your service with a service principal. Security scenario 16 is only applicable if you have a
-                        <strong>"Key Distribution Center (KDC)"</strong> and an <strong>"Authentication Server
-                        (AS)"</strong>
-                        in your environment. Commonly you can find KDC and an AS in a LDAP Directory server.
-                    </p>
-
-
-                        2 configuration files are used to specify Kerberos related parameters. They are, <br/>
-                        1. krb5.conf - Includes KDC server details, encryption/decryption algorithms etc ... <br/>
-                        2. jaas.conf - Includes information relevant to authorization.
-
-
-                    <p>Usually above files are located at {server installation directory}/repository/conf directory.</p>
-
-                    <p>
-                        After selecting scenario 16, you will be asked to fill information about service principal to
-                        associate web service with. There you need to specify service principal name and service
-                        principal password. Service principal must be already defined in the LDAP Directory server.
-                    </p>
-
-                    <p>
-                        Following picture depicts this behavior,
-                    </p>
-
-                    <p><img src="images/kerberos_spn.png" alt="Activate Security - Kerberos security policy"
-                            border="1" style="border-color:darkgray"/></p>
-
-                    <p><em><strong>Figure 6:</strong> Activate Security - Kerberos security policy</em></p>
-                </li>
-            </ul>
-        </ul>
-
-
-        <ul>
-            <ul>
-                <li>When you have referred to a custom policy from Registry, you will be provided
-                    with all possible options to select user groups, trusted key stores and private
-                    key store. You can select only the needed options according to your custom
-                    policy and ignore others. Even if you select unwanted stuff, those will not be
-                    used at runtime.
-
-                    <p><img src="images/activate_security_custom_policy.png" alt="Activate Security - Custom policies" height="423" width="1013" border="1" style="border-color:darkgray"/></p>
-
-                    <p><em><strong>Figure 7:</strong> Activate Security - Custom policies</em></p>
-                </li>
-            </ul>
-        </ul>
-
-
-    </li>
-
-    <li>Click <strong>Finish</strong>. You will see the message "Security Applied Successfully".
-        And you will be redirected to the Service Dashboard.</li>
-
-</ol>
-
-<h2>Disabling Security Features</h2>
-
-<p>This function is used to disable Security from a particular service.</p>
-
-<ol>
-    <li>In the navigator, under Manage/Service, click <strong>List</strong>.
-        The <em><strong>Deployed Services</strong></em> page appears.
-    </li>
-    <li>Click on the service name from which you want to disable security.
-        The <em><strong>Service Dashboard</strong></em> page appears.
-    </li>
-    <li>Click <strong>Security</strong> in the <strong>Quality of Service Configuration</strong>
-        panel. The <em><strong>Security for Service</strong></em> page appears.
-    </li>
-    <li>To disable security from the service, in the <strong>Enable
-        Security? </strong> drop down list, click <strong>No</strong> and confirm.</li>
-    <li>You will see the message "Security Applied Successfully".</li>
-</ol>
-
-<p><strong>Note</strong>: All default security scenarios are described in the wizard.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/images/scenario1.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/images/scenario1.png b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/securityconfig/images/scenario10.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/images/scenario10.png b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/securityconfig/images/scenario11.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/images/scenario11.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/images/scenario11.png
deleted file mode 100644
index c802d23..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/images/scenario11.png and /dev/null differ

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/faultyservices_userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/faultyservices_userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/faultyservices_userguide.xml
deleted file mode 100644
index 0dff2e5..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/faultyservices_userguide.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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 xmlns="http://www.w3.org/1999/xhtml">
-
-<head>
-    <title>Faulty Services</title>
-    <link href="../styles/main.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-
-<div id="middle">
-
-    <h2>Deleting Faulty Services</h2>
-
-    <p>If a <b>faulty service</b> is deployed, it will be displayed on the
-       Available Services page as <b><i> [n] faulty service(s): </i></b></p>
-    <p> Clicking on the faulty service link will open the page as shown below,
-        on which the details of the faulty services will be listed.
-        By using the 'Delete Faulty Service' icon on this page, you will be able
-        to delete the deployed faulty service.
-    </p>
-    
-    <p>
-        <img alt="Service Management UI" src="images/faulty_services.jpg"/><br clear="all"/>
-    </p>
-   
-    <p><b> Figure: Deleting Faulty Services </b> </p>
-</div>
-
-</html>
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/client operations.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/client operations.JPG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/client operations.JPG
deleted file mode 100644
index f62383b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/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.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/faulty_services.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/faulty_services.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/faulty_services.jpg
deleted file mode 100644
index 2ea01ae..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/faulty_services.jpg and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/service-mgt/images/axis.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis.gif
deleted file mode 100644
index d6a0702..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis.gif and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/xdoc/service-mgt/images/policies.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/policies.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/policies.gif
deleted file mode 100644
index f07a520..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/policies.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg b/products/stratos2/cloud_controller/1.0.1/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.1/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/service details.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/service details.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/service details.jpg
deleted file mode 100644
index d5b31bd..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/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.1/modules/distribution/src/site/xdoc/service-mgt/images/tryit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/tryit.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/tryit.gif
deleted file mode 100644
index 7ef21ab..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/tryit.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/source-repository.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/source-repository.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/source-repository.xml
deleted file mode 100644
index 4e9b5af..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/source-repository.xml
+++ /dev/null
@@ -1,136 +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 Transitional//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 - Source Repository
-        </title>
-        <link href="css/mb-docs.css" rel="stylesheet"/>
-        <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-    <body>
-        [ <a href="docs_index.html"> Documentation Index </a> ]
-        <h1>WSO2 Message Broker Server  (MB) Source Repository</h1>
-        WSO2 MB is developed on top of the revolutionary WSO2 Carbon platform. You might need the
-        source of the Carbon platform as well apart from the MB source code. Please note that both
-        MB and the Carbon platform is open source and the code is available under the Apache
-        Software License v2.0.
-
-        <h2>Overview</h2>
-        <p>This project uses <a href="http://subversion.tigris.org/">Subversion</a>
-        to manage its source code. Instructions on Subversion use can be found at
-            <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p>
-
-        <h2>Source code of the MB 1.0.0 release</h2>
-        <p>The following is a link to the online source tag of the WSO2 MB 1.0.0 release.</p>
-        <div class="source">
-            <pre><a href="http://svn.wso2.org/repos/wso2/tags/MB/java/3.0.0/">http://svn.wso2.org/repos/wso2/tags/mb/java/1.0.0/</a></pre>
-        </div>
-        <p>The complete source including the carbon platform can be checked out anonymously from
-            SVN with this command:</p>
-        <div class="source">
-            <pre>$ svn checkout http://svn.wso2.org/repos/wso2/tags/mb/java/1.0.0 wso2mb</pre>
-        </div>
-
-        <p>This code base contains the MB product source code inside the directory "product" and
-        it also contains the source for the platform under the directory "carbon-pltform". Further
-        there will be a "build.sh" script to build the MB with the platform.</p>
-
-        <p>This script accepts any of the maven related system properties, but the property to skip
-         the tests has been shortened to "-ts", for example to build the MB with the platform on
-         skipping tests the command is;</p>
-
-        <div class="source">
-            <pre>$ ./build.sh -ts</pre>
-        </div>
-
-        <p>To build off-line with this build script you can pass in the "-o" option. If you just
-        need to build either the product or a specific part of the platform (for example Axis2)
-        you just need to traverse to that directory and use maven to build any of the projects.</p>
-
-        <h2>Source code of the WSO2 MB trunk</h2>
-        <p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout
-            the Subversion repository via HTTPS.
-        </p>
-        <div class="source">
-            <pre>$ svn checkout  https://svn.wso2.org/repos/wso2/trunk/carbon/products/mb wso2mb</pre>
-        </div>
-
-        <p>The Carbon framework related source code can be checked out from the
-            following commands.</p>
-
-        <div class="source">
-            <pre>$ svn checkout https://svn.wso2.org/repos/wso2/trunk/carbon/core carbon</pre>
-        </div>
-
-        <div class="source">
-            <pre>$ svn checkout https://svn.wso2.org/repos/wso2/trunk/carbon/components carbon-components</pre>
-        </div>
-
-        <p>The Carbon project is the root project of the OSGi platform on which all the Java
-            product stack is built on top of, and the carbon-components contains all the components
-            not just MB specific components. So you obviously need to build just the set of
-            components required by the MB, which can be achieved through;
-        </p>
-
-        <div class="source">
-            <pre>$ mvn clean install -Dproduct=MB</pre>
-        </div>
-
-        <p>To commit changes to the repository, execute the following command (svn will prompt
-            you for your password)
-        </p>
-        <div class="source">
-            <pre>$ svn commit --username your-username -m "A message"</pre>
-        </div>
-
-        <h2>Access from behind a firewall</h2>
-        <p>For those users who are stuck behind a corporate firewall which is blocking http access
-            to the Subversion repository, you can try to access it via the developer connection:
-        </p>
-        <div class="source">
-            <pre>$ svn checkout https://svn.wso2.org/repos/wso2/trunk/carbon/products/mb wso2mb</pre>
-        </div>
-        <h2>Access through a proxy</h2>
-        <p>The Subversion client can go through a proxy, if you configure it to do so.
-            First, edit your "servers" configuration file to indicate which proxy to use. The
-            files location depends on your operating system. On Linux or Unix it is
-            located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion".
-            (Try "echo %APPDATA%", note this is a hidden directory.)
-        </p>
-        <p>There are comments in the file explaining what to do. If you don't have that file, get
-            the latest Subversion client and run any command; this will cause the configuration
-            directory and template files to be created.
-        </p>
-        <p>Example : Edit the 'servers' file and add something like :</p>
-        <div class="source">
-            <pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-            </pre>
-        </div>
-    </body>
-</html>
-      

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml
deleted file mode 100644
index cd42e7e..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-<!--
- ~ 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>
-    <title>Protovis Area Chart Example</title>
-    <script type="text/javascript" src="http://localhost/wso2vis/wso2vis.js"></script>
-
-    <script language="javascript" type="text/javascript">
-
-        var dataProvider = new wso2vis.p.ProviderGET("system_stats_xml_ajaxprocessor.jsp");
-        var dataFilter = new wso2vis.f.BasicFilter(["stats","statistic"], ["@name"]);
-
-        var timer = new wso2vis.u.Timer(10000);
-
-        function globalTick() {
-            dataProvider.pullData();
-        }
-
-        function areaTooltip(data) {
-            return data["@name"];
-        }
-
-        function areaOnClick(data) {
-            alert("clicked: " + data["@name"]);
-        }
-
-        window.onload = function () {
-
-            var areaChart = new wso2vis.s.chart.protovis.AreaChart("chart", "Memory Usage", "");
-
-            areaChart.dataField(["stats","statistic"])
-                    .dataValue(["value"])
-                    .dataLabel(["@name"])
-                    .width(600)
-                    .height(300)
-                    .band(10)
-                    .legend(false)
-                    .marks(true)
-                    .xSuffix("s")
-                    .dirFromLeft(true);
-
-            areaChart.onTooltip = areaTooltip;
-            areaChart.onClick = areaOnClick;
-            areaChart.load(); // width, height, band - (optional)
-
-            dataProvider.addDataReceiver(dataFilter);
-            dataFilter.addDataReceiver(areaChart);
-
-            dataProvider.initialize();
-
-            timer.tick = globalTick;
-            timer.startTimer();
-        }
-
-    </script>
-    <style>
-        div#qTip {
-            padding: 3px;
-            border: 1px solid #666;
-            border-right-width: 2px;
-            border-bottom-width: 2px;
-            display: none;
-            background: #999;
-            color: #FFF;
-            font: bold 10px Verdana, Arial, sans-serif;
-            text-align: left;
-            position: absolute;
-            z-index: 1000;
-        }
-    </style>
-
-</head>
-<body>
-<div id="chart"></div>
-</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.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png
deleted file mode 100644
index eab6259..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png
deleted file mode 100644
index 994c861..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png
deleted file mode 100644
index 375e9ee..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-content-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-content-bg.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-content-bg.gif
deleted file mode 100644
index 9624125..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-content-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif
deleted file mode 100644
index dc317e5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/aboutUsagePlans.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/aboutUsagePlans.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/aboutUsagePlans.xml
deleted file mode 100644
index 791b867..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/aboutUsagePlans.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<!--
- ~ 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.
- -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <title>Select Usage Plan For Tenant - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-
-
- <h1>Select Usage Plan For Tenant</h1>
-
-
- <h2> <b> Usage Plans(Subscriptions)</b></h2>
-
-<p>
-    According to the usage plan that you selected you will get different volume of service and registry
-    bandwidths other services that available for tenants.By selecting right usage plan that suits
-    your requirements you can get maximum profit
-</p>
-
-
-<h2><b>Multitenancy Free</b></h2>
-<p>
-  This is the free usage plan.You will get limited amount of resources.This package is
-  best suite for evaluation and tests.
-</p>
- <h2><b>Multitenancy Small</b></h2>
-<p>
-   This package is best suite for small business.
-</p>
-<h2><b>Multitenancy Medium</b></h2>
-<p>
-   This usage plan suites for medium scale business.You will get average amount of resources
-    with this package.
-</p>
-<h2><b>Multitenancy Large</b></h2>
-<p>
-   This is the premium usage plan.You will get maximum resources form this plan.
-   This is best suite to large scale business.
-</p>
-
-<p>
-
-   Usage Plan summery
-<table border="1">
-<tr>
-<td>Usage Plan Name</td>
-<td>Number Of Users</td>
-<td>Registry Bandwidth (Mb) </td>
-<td>Service BandWidth (Mb) </td>
-<td>Cost Per Month ($)</td>
-</tr>
-<tr>
-<td>Multitenancy Free</td>
-<td>5</td>
-<td>10</td>
-<td>10</td>
-<td>10</td>
-</tr>
-<tr>
-<td>Multitenancy Small</td>
-<td>10</td>
-<td>25</td>
-<td>25</td>
-<td>25</td>
-</tr>
-<tr>
-<td>Multitenancy Medium</td>
-<td>20</td>
-<td>100</td>
-<td>100</td>
-<td>100</td>
-</tr>
-<tr>
-<td>Multitenancy Large</td>
-<td>50</td>
-<td>200</td>
-<td>200</td>
-<td>200</td>
-</tr>
-</table> 
-<div><strong>Figure1: Usage Plan Summery Table</strong></div>
-</p>
-</body>
-
-</html>