You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/01/07 08:08:29 UTC

[38/42] creating Stratos Manager product

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/cloud_services_save_ajaxprocessor.jsp
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/cloud_services_save_ajaxprocessor.jsp b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/cloud_services_save_ajaxprocessor.jsp
deleted file mode 100644
index b9e7482..0000000
--- a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/cloud_services_save_ajaxprocessor.jsp
+++ /dev/null
@@ -1,35 +0,0 @@
-<%-- 
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF 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.
-  --%>
-<%@ page import="org.apache.stratos.manager.dashboard.ui.clients.CloudManagerServiceClient" %>
-<%@ page import="org.wso2.carbon.ui.CarbonUIMessage" %><%
-    String[] activeCloudServiceNames = request.getParameterValues("cloudServices");
-
-    String error = "Error in saving the results of the activities";
-    try {
-        CloudManagerServiceClient cloudServiceClient = new CloudManagerServiceClient(request, config, session);
-        cloudServiceClient.saveCloudServicesActivity(activeCloudServiceNames);
-    } catch (Exception e) {
-        request.setAttribute(CarbonUIMessage.ID, new CarbonUIMessage(error,error,null));
-%>
-        <jsp:include page="../admin/error.jsp?<%=error%>"/>
-<%
-        return;
-    }
-    response.sendRedirect("../tenant-dashboard/cloud_services_configuration.jsp");
-%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/css/dashboard.css
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/css/dashboard.css b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/css/dashboard.css
deleted file mode 100644
index af1eb5e..0000000
--- a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/css/dashboard.css
+++ /dev/null
@@ -1,252 +0,0 @@
-/*
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF 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.
- *
-*/
-
-div.dashboard-clear {
-    clear:both;
-    margin-top:5px;
-}
-
-div.dashboard-comp {
-    width: 300px;
-    margin: 5px;
-    float: left;
-    border:1px solid #6997b2;
-    background: #ffffff;
-    height: 300px;
-}
-.dashboard-comp-head{
-background-image:url( ../../admin/images/table-header.gif);
-background-position:left bottom;
-background-repeat:repeat-x;
-font-weight:normal;
-height:22px;
-line-height:22px;
-text-indent:5px;
-font-weight:bold;
-}
-.dashboard-comp-bottom{
-padding-left:5px;
-padding-top:5px;
-}
-.dashboard-comp-msg{
-color:#505050;
-padding:5px;
-}
-
-div.dashboard-comp-body {
-    overflow: auto;
-    max-height: 230px;
-}
-
-div.activity-comp-body {
-    overflow: auto;
-    max-height: 278px;
-}
-table.tips {
-	border-collapse: separate;
-	padding-bottom: 10px;
-	width: 90%;
-}
-table.tips tbody tr.tips-row {
-}
-tr.tips-row td {
-	border-bottom: solid 1px #ccc;
-}
-tr.tips-row td.tip-checkbox {
-	padding-left: 40px;
-	padding-top: 4px;
-	padding-bottom: 4px;
-    border-left: 0px;
-    border-right: 0px;
-    border-top: 0px;
-    vertical-align: top;
-    padding-right:12px !important;
-}
-tr.tips-row td.tip-img {
-	padding-left: 15px;
-	padding-top: 4px;
-	padding-bottom: 4px;
-    border-left: 0px;
-    border-right: 0px;
-    border-top: 0px;
-    vertical-align: top;
-    padding-right:12px !important;
-}
-tr.tips-row td.tip-img a img {
-	border: 0px;
-}
-tr.tips-row td.tip {
-	background-image: url(../images/aas-top.gif);
-	background-repeat: no-repeat;
-	background-position: left 7px;
-    margin: 0px;
-    padding-left: 0px;
-    padding-right: 15px;
-    padding-top: 20px;
-    padding-bottom: 0px;
-    /*border-bottom: 1px solid #aaa;*/
-    border-left: 0px;
-    border-right: 0px;
-    border-top: 0px;
-    vertical-align: top;
-}
-tr.tips-row td.tip img {
-	float: left;
-	margin-top: -20px;
-	margin-left: 17px;
-	margin-right: 12px;
-	margin-bottom: 20px;
-}
-tr.tips-row td.tip h2 {
-    background-color: transparent !important;
-	font-size: 125%;
-	line-height: 125%;
-	margin-top: 0px;
-	margin-bottom: 3px;
-    border:medium none !important;
-    margin-top:3px !important;
-    margin-left: 0px !important;
-    padding-left: 0px !important;
-}
-tr.tips-row td.tip h2 a {
-	font-size:14px;
-    text-decoration:underline;
-}
-tr.tips-row td.tip p {
-	padding-bottom: 15px;
-}
-tr.tips-row td.access {
-	padding-left: 30px;
-	padding-right: 30px;
-	vertical-align: middle;
-}
-tr.tips-row td.access a.go-button {
-	width: 63px;
-	height: 42px;
-	display: block;
-	background-color: #ccc;
-	font-size: 20px;
-	line-height: 40px;
-	font-weight: bold;
-	color: #000000;
-	text-decoration: none;
-	padding-left: 19px;
-	background-image: url(../images/go-button.gif);
-	background-repeat: no-repeat;
-	background-position: left top;
-}
-tr.tips-row td.access span.inactive {
-	width: 63px;
-	height: 42px;
-	display: block;
-	background-color: #ccc;
-	font-size: 20px;
-	line-height: 40px;
-	font-weight: bold;
-	color: #999999;
-	text-decoration: none;
-	padding-left: 19px;
-	background-image: url(../images/inactive-go-button.gif);
-	background-repeat: no-repeat;
-	background-position: left top;
-}
-tr.tips-row td.access a.go-button:hover {
-	color: #0084A9;
-}
-tr.tips-row td.powered {
-	padding-left: 10px;
-	padding-right: 20px;
-	text-align: right;
-	font-size: 12px;
-	line-height: 20px;
-	color: #666666;
-	vertical-align: middle;
-}
-.green-note {
-    color: #f00;
-}
-div#menu ul.main li a.menu-home {
-display:block !important;
-}
-/* service config buttons */
-td.access a.activate-button {
-	width: 98px;
-	height: 42px;
-	cursor: pointer;
-	display: block;
-	background-color: #ccc;
-	font-size: 15px;
-	line-height: 40px;
-	font-weight: normal;
-	color: #000000;
-	text-decoration: none;
-	padding-left: 47px;
-	background-image: url(../images/activate-button.gif);
-	background-repeat: no-repeat;
-	background-position: left top;
-}
-td.access a.activate-button:hover {
-	color: #00853F;
-}
-td.access a.deactivate-button {
-	width: 103px;
-	height: 42px;
-	cursor: pointer;
-	display: block;
-	background-color: #ccc;
-	font-size: 15px;
-	line-height: 40px;
-	font-weight: normal;
-	color: #000000;
-	text-decoration: none;
-	padding-left: 42px;
-	background-image: url(../images/deactivate-button.gif);
-	background-repeat: no-repeat;
-	background-position: left top;
-}
-td.access a.deactivate-button:hover {
-	color: #B5121B;
-}
-.home_tips{
-width:100%;
-}
-.home_tips td{
-border-bottom:solid 1px #ccc;
-padding-bottom:5px !important;
-padding-top:5px !important;
-}
-.home_tips td img{
-vertical-align:middle;
-
-}
-.home_tips td img.iconImage{
-margin-right:10px;
-
-}
-.linkToService{
-color:#0D4D79 !important;
-padding-left:10px !important;
-font-size:18px;
-text-decoration:underline !important;
-}
-.home_tips td.powered{
-text-align:right;
-}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/images/dashboard.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/images/dashboard.png b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/images/dashboard.png
deleted file mode 100644
index 1386a9e..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/images/dashboard.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/userguide-old.html
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/userguide-old.html b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/userguide-old.html
deleted file mode 100644
index e57a9b5..0000000
--- a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/userguide-old.html
+++ /dev/null
@@ -1,101 +0,0 @@
-<!-- 
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF 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>Cloud Services - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-<p>[<a href="../../issue/viewAccounts.jsp">Issue Tracking</a>]
-            | [<a href="http://wso2.com/cloud/services/privacy-policy">Privacy Policy</a>] | [<a href="http://wso2.com/cloud/services/terms-of-use/">Terms of Use</a>]
-        </p>
-
-<h2><a href="http://wso2.com/cloud/stratos/">Cloud Services Home</a> </h1>
-
-<p>
-Cloud Services Home page provides an interface to access the services of the SOA platform of your organization. Stratos provides a web-based console for provisioning new tenants on the platform, allowing self-service provisioning of any WSO2 Carbon product, and running elastically on your choice of underlying virtualization infrastructure to provide all the PaaS benefits inherent to a cloud-native platform. A list of the services available under WSO2 Stratos for the tenant can be found in the cloud services home.
-</p>
-
-<img src="../../tenant-dashboard/docs/images/dashboard.png"/>
-<p>Figure1: Cloud Services Home Page</p>
-</body>
-
-<h3><a href="http://wso2.com/products/application-server/">Application Server</a></h3>
-<p>
-The WSO2 Application Server is an open source, enterprise-ready, Web services engine based on Apache Axis2. Bringing together a number of Apache Web services projects, WSO2 Application Server provides a secure, transactional and reliable runtime to create, consume, deploy and manage Web services for your SOA. 
-</p>
-
-<h3><a href="http://wso2.com/products/data-services-server/">Data Services Server</a></h3>
-<p>
-The WSO2 Data Services Server, data service tier assures ready access to enterprise data scattered across heterogeneous data sources in a unified manner. Due to the single data layer, benefits of optimizations and availability of more processing power will be visible to every service consumer. Access to real time data provides more accurate, up-to-date information for applications. Further this single interface to enterprise data can greatly help in preserving integrity of frequently modified data. 
-</p>
-
-<h3><a href="http://wso2.com/products/mashup-server/">Mashup Server</a></h3>
-<p>
-The WSO2 Mashup Server provides a platform for rapidly deploying Web service Mashups. Combining simple yet rich mashups with reusability, security, reliability and governance, the WSO2 Mashup Server offers enterprise-class service composition.  
-</p>
-
-<h3><a href="http://wso2.com/products/identity-server/">Identity Server</a></h3>
-<p>
-The WSO2 Identity Server is an open source identity and entitlement management server. It supports Information Cards and OpenID for authentication as well as XACML for fine grained authorization. Providing a complete enterprise ready identity solution, it integrates easily into existing user stores such as LDAP or Active Directory and supports multi-factor authentication and much more. The WSO2 Identity Server helps you build secured SOA in a few very easy steps.
-</p>
-
-<h3><a href="http://wso2.com/products/governance-registry/">Governance Registry</a></h3>
-<p>
-The WSO2 Governance Registry addresses both design-time and runtime governance scenarios, to ensure compliance with corporate standards. It allows enterprise architects and developers to always keep track of the services being created and used within an SOA. 
-</p>
-
-<h3><a href="http://wso2.com/products/gadget-server/">Gadget Server</a></h3>
-<p>
-With the WSO2 Gadget Server, you can offer your execs, employees, partners, or customers a way to get all the information in one place that they need. Each user's dashboard is individualized, allowing him/her to add, customize, and rearrange gadgets, as well as group them into tab sets. The open "Web" model means users can select gadgets not only from your enterprise, but also from Google and many others.
-</p>
-
-<h3><a href="http://wso2.com/products/business-activity-monitor/">Business Activity Monitor</a></h3>
-<p>
-The WSO2 Business Activity Monitor (WSO2 BAM) serves the needs of both business and IT domain experts to monitor and understand business activities within an SOA deployment. While specifically designed to monitor SOA deployments, it can be extended to cater to other general monitoring requirements as well. 
-</p>
-
-<h3><a href="http://wso2.com/products/business-process-server/">Business Process Server</a></h3>
-<p>
-The WSO2 Business Process Server is an easy-to-use open source business process server that executes business processes written using the WS-BPEL standard. Powered by Apache ODE, it provides a complete Web-based graphical console to deploy, manage and view processes in addition to managing and viewing process instances
-</p>
-
-<h3><a href="http://wso2.com/products/business-rules-server/">Business Rules Server</a></h3>
-<p>
-The WSO2 Business Rules Server brings the agility of business rules to your Service Oriented Architecture toolkit. Based on a solid platform for hosting business rules, our BRS excels at extending the capabilities of your SOA. 
-</p>
-
-<h3><a href="http://wso2.com/products/enterprise-service-bus/">Enterprise Service Bus</a></h3>
-<p>
-The WSO2 Enterprise Service Bus offers a lean approach to create a Service Oriented Architecture by adding monitoring, management, and virtualization to your existing service interactions. Its innovative design leads it to be one of the highest performance, lowest footprint, and widest interoperability integration systems available.
-</p>
-
-<h3><a href="http://wso2.com/products/message-broker/">Message Broker</a></h3>
-<p>
-The WSO2 Message Broker brings messaging and eventing capabilities into your Service Oriented Architecture. Extending the WSO2 Carbon platform to support event driven architectures, WSO2 Message Broker is powered by Apache Qpid, one of the leading Advanced Message Queuing Protocol (AMQP) messaging engines available today. 
-</p>
-
-<h3><a href="http://wso2.com/products/complex-event-processing-server/">Complex Event Processing Server</a></h3>
-<p>
-The WSO2 Complex Event Processing Server enables you to intelligently single out events with predefined properties and even manage and combine them in a manner that allows for real time analysis and a rapid response to whatever threat or opportunity that enterprises face.
-</p>
-
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/userguide.html
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/userguide.html b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/userguide.html
deleted file mode 100644
index f4f4ff1..0000000
--- a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/docs/userguide.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!-- 
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF 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>Cloud Services - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-
-	<h1>Cloud Services</h1>
-
-
-	<p>
-		Please refer <a href="http://docs.wso2.org/wiki/display/Stratos200/WSO2+Stratos+Documentation">
-			WSO2 Stratos 2.0 Documentation</a> for more information.
-	</p>
-</body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Cloud-Gateway-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Cloud-Gateway-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Cloud-Gateway-logo.gif
deleted file mode 100644
index 2154397..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Cloud-Gateway-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Storage-Server-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Storage-Server-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Storage-Server-logo.gif
deleted file mode 100644
index 3ee3303..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Storage-Server-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Application-Server-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Application-Server-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Application-Server-logo.gif
deleted file mode 100644
index 55e4751..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Application-Server-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Activity-Monitor-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Activity-Monitor-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Activity-Monitor-logo.gif
deleted file mode 100644
index f8b6a74..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Activity-Monitor-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Process-Server-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Process-Server-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Process-Server-logo.gif
deleted file mode 100644
index 5dd2171..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Process-Server-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Rules-Server-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Rules-Server-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Rules-Server-logo.gif
deleted file mode 100644
index ccba887..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Business-Rules-Server-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Cloud-Services-Gateway-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Cloud-Services-Gateway-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Cloud-Services-Gateway-logo.gif
deleted file mode 100644
index e69aaa6..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Cloud-Services-Gateway-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Complex-Event-Processing-Server-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Complex-Event-Processing-Server-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Complex-Event-Processing-Server-logo.gif
deleted file mode 100644
index b80554a..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Complex-Event-Processing-Server-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Data-Services-Server-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Data-Services-Server-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Data-Services-Server-logo.gif
deleted file mode 100644
index f70a205..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Data-Services-Server-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Enterprise-Service-Bus-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Enterprise-Service-Bus-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Enterprise-Service-Bus-logo.gif
deleted file mode 100644
index 95cb5b3..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Enterprise-Service-Bus-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Gadget-Server-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Gadget-Server-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Gadget-Server-logo.gif
deleted file mode 100644
index 8e89ef5..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Gadget-Server-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Governance-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Governance-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Governance-logo.gif
deleted file mode 100644
index af1ac45..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Governance-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Identity-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Identity-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Identity-logo.gif
deleted file mode 100644
index a2447bc..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Identity-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Mashup-Server-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Mashup-Server-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Mashup-Server-logo.gif
deleted file mode 100644
index f8ed9be..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Mashup-Server-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Message-Broker-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Message-Broker-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Message-Broker-logo.gif
deleted file mode 100644
index aa5c5ba..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Stratos-Message-Broker-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Tasks-Server-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Tasks-Server-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Tasks-Server-logo.gif
deleted file mode 100644
index 5fa3679..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/WSO2-Tasks-Server-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/aas-top.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/aas-top.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/aas-top.gif
deleted file mode 100644
index a15dd8f..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/aas-top.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/activate-button.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/activate-button.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/activate-button.gif
deleted file mode 100644
index 91e4c94..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/activate-button.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/appserver-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/appserver-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/appserver-logo.gif
deleted file mode 100644
index 55e4751..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/appserver-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/bam-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/bam-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/bam-logo.gif
deleted file mode 100644
index f8b6a74..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/bam-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/bps-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/bps-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/bps-logo.gif
deleted file mode 100644
index 5dd2171..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/bps-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/brs-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/brs-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/brs-logo.gif
deleted file mode 100644
index ccba887..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/brs-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/cep_logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/cep_logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/cep_logo.gif
deleted file mode 100644
index b80554a..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/cep_logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/csg-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/csg-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/csg-logo.gif
deleted file mode 100644
index e69aaa6..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/csg-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/deactivate-button.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/deactivate-button.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/deactivate-button.gif
deleted file mode 100644
index c8d1b4a..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/deactivate-button.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/ds-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/ds-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/ds-logo.gif
deleted file mode 100644
index f70a205..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/ds-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/esb-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/esb-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/esb-logo.gif
deleted file mode 100644
index 95cb5b3..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/esb-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/gadget-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/gadget-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/gadget-logo.gif
deleted file mode 100644
index 8e89ef5..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/gadget-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/go-button.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/go-button.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/go-button.gif
deleted file mode 100644
index ae73e92..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/go-button.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/governance-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/governance-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/governance-logo.gif
deleted file mode 100644
index af1ac45..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/governance-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/identity-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/identity-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/identity-logo.gif
deleted file mode 100644
index a2447bc..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/identity-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/inactive-go-button.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/inactive-go-button.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/inactive-go-button.gif
deleted file mode 100644
index 513301e..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/inactive-go-button.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/mashup-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/mashup-logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/mashup-logo.gif
deleted file mode 100644
index f8ed9be..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/mashup-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/mb_logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/mb_logo.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/mb_logo.gif
deleted file mode 100644
index aa5c5ba..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/mb_logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/service-configuration.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/service-configuration.gif b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/service-configuration.gif
deleted file mode 100644
index 499b6a2..0000000
Binary files a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/images/service-configuration.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/index.jsp
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/index.jsp b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/index.jsp
deleted file mode 100644
index e5d8792..0000000
--- a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/index.jsp
+++ /dev/null
@@ -1,243 +0,0 @@
-<%-- 
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF 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.
-  --%>
-<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
-<%@ taglib uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar" prefix="carbon" %>
-<%@ page import="org.apache.stratos.manager.dashboard.ui.clients.CloudManagerServiceClient" %>
-<%@ page import="org.apache.stratos.manager.dashboard.stub.xsd.CloudService" %>
-<%@ page import="org.apache.stratos.account.mgt.ui.clients.AccountMgtClient" %>
-<%@ page import="org.wso2.carbon.ui.CarbonUIMessage" %>
-<%@ page import="org.wso2.carbon.ui.CarbonUIUtil" %>
-<%@ page import="org.wso2.carbon.utils.multitenancy.MultitenantConstants" %>
-<%@ page import="org.wso2.carbon.registry.core.exceptions.RegistryException" %>
-
-<jsp:include page="../registry_common/registry_common-i18n-ajaxprocessor.jsp"/>
-<script type="text/javascript" src="../registry_common/js/registry_validation.js"></script>
-<script type="text/javascript" src="../registry_common/js/registry_common.js"></script>
-<script type="text/javascript" src="../tenant-dashboard/js/dashboard.js"></script>
-<link href="../tenant-dashboard/css/dashboard.css" rel="stylesheet" type="text/css" media="all"/>
-<script type="text/javascript" src="../tenant-dashboard/js/configurations.js"></script>
-
-
-
-<%
-
-    CloudManagerServiceClient cloudManagerClient;
-    CloudService[] cloudServices = null;
-    String error = "Error in getting the available and active service details.";
-    try {
-        cloudManagerClient = new CloudManagerServiceClient(request, config, session);
-        cloudServices = cloudManagerClient.retrieveCloudServiceInfo();
-    } catch (Exception e) {
-        request.setAttribute(CarbonUIMessage.ID, new CarbonUIMessage(error, CarbonUIMessage.ERROR, e));
-%>
-<jsp:include page="../admin/error.jsp"/>
-<%
-        return;
-    }
-%>
-<fmt:bundle basename="org.apache.stratos.manager.dashboard.ui.i18n.Resources">
-    <carbon:jsi18n
-            resourceBundle="org.apache.stratos.manager.dashboard.ui.i18n.JSResources"
-            request="<%=request%>" namespace="org.apache.stratos.manager.dashboard.ui"/>
-
-    <div id="middle">
-        <h2><fmt:message key="cloud.services"/></h2>
-        <%
-            try {
-                // if the account management permission there, we are showing the message to validate email address
-                if (CarbonUIUtil.isUserAuthorized(request, "/permission/admin/configure/account")) {
-                    try {
-                        AccountMgtClient client = new AccountMgtClient(config, session);
-                        boolean isEmailValidated = client.isEmailValidated();
-
-                        if (!isEmailValidated) {
-        %>
-
-        <div class="green-note">Your organization has not validated the contact email address
-            yet. Please validate it following
-            the instructions in the <a href="../account-mgt/account_mgt.jsp">Account
-                Management</a> page (Accessible from Configure-&gt;Account menu).
-        </div>
-        <%
-            }else{
-			%>
-			<div class="green-note"></div>
-			<%
-			}
-        } catch (Exception e) {
-            request.setAttribute(CarbonUIMessage.ID, new CarbonUIMessage(error, error, null));
-        %>
-        <jsp:include page="../admin/error.jsp?<%=error%>"/>
-        <%
-                    return;
-                }
-            }
-            String tenantDomain;
-            if (session.getAttribute(MultitenantConstants.TENANT_DOMAIN) != null) {
-                tenantDomain = (String) session.getAttribute(MultitenantConstants.TENANT_DOMAIN);
-            } else {
-                // user is not logged in or just logged out, but still they are inside url own to the domain
-                tenantDomain = (String) request.getAttribute(MultitenantConstants.TENANT_DOMAIN);
-            }
-            String linkSuffix = "";
-            if (tenantDomain != null) {
-                linkSuffix = "/" + MultitenantConstants.TENANT_AWARE_URL_PREFIX + "/" + tenantDomain;
-            }
-            %> <script type="text/javascript">
-            linkSuffix = '<%=linkSuffix%>';
-           </script> <%
-	  
-            for (CloudService cloudService : cloudServices) {
-                String name = cloudService.getName();
-                String projectPageUrl = cloudService.getProductPageURL();
-                String link = cloudService.getLink() + linkSuffix;
-                if (name.equals("WSO2 Stratos Application Server")) {
-        %>
-        <script type="text/javascript">
-            asUrl = '<%=link%>';
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Enterprise Service Bus")) {
-
-        %>
-        <script type="text/javascript">
-            esbUrl = '<%=link%>';
-        </script>
-        <%
-
-        } else if (name.equals("WSO2 Stratos Data Services Server")) {
-        %>
-        <script type="text/javascript">
-            dssUrl = '<%=link%>';
-
-        </script>
-        <%
-
-        } else if (name.equals("WSO2 Stratos Governance")) {
-
-        %>
-        <script type="text/javascript">
-            gregUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Identity")) {
-        %>
-        <script type="text/javascript">
-            isUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Business Process Server")) {
-        %>
-        <script type="text/javascript">
-            bpsUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Business Rules Server")) {
-        %>
-        <script type="text/javascript">
-            brsUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Mashup Server")) {
-        %>
-        <script type="text/javascript">
-            msUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Gadget Server")) {
-        %>
-        <script type="text/javascript">
-            gsUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Complex Event Processing Server")) {
-        %>
-        <script type="text/javascript">
-            cepUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Message Broker")) {
-        %>
-        <script type="text/javascript">
-            mbUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Business Activity Monitor")) {
-        %>
-        <script type="text/javascript">
-            bamUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else if (name.equals("WSO2 Stratos Cloud Gateway")) {
-        %>
-        <script type="text/javascript">
-            csgUrl = '<%=link%>';
-
-        </script>
-        <%
-        } else {
-        %>
-        <script type="text/javascript">
-            managerUrl = '<%=link%>';
-        </script>
-        <%
-                }
-            }
-        } catch (Exception e) {
-            request.setAttribute(CarbonUIMessage.ID, new CarbonUIMessage(error, error, null));
-        %>
-        <jsp:include page="../admin/error.jsp?<%=error%>"/>
-        <%
-                return;
-            }
-
-        %>
-
-        <div id="workArea">
-
-
-            <div id="dashboard">
-
-            </div>
-
-            <script type="text/javascript">
-
-                jQuery(document).ready(function() {
-                    jQuery('#dashboard').load('../../../../features-dashboard/tenant-dashboard/index.jsp');
-                });
-
-                var menuPanel = document.getElementById('menu-panel');
-                var menuSlider0 = document.getElementById('menu-panel-button0');
-                jQuery(menuPanel).hide();
-                jQuery(menuSlider0).removeClass('showToHidden');
-                jQuery(menuSlider0).addClass('hiddenToShow');
-                document.cookie = "menuPanel=none;path=/;expires=" + cookie_date.toGMTString();
-            </script>
-        </div>
-    </div>
-</fmt:bundle>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/js/configurations.js
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/js/configurations.js b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/js/configurations.js
deleted file mode 100644
index 390c868..0000000
--- a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/js/configurations.js
+++ /dev/null
@@ -1,402 +0,0 @@
-/*
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF 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.
- *
-*/
-
-//service urls
-var managerUrl;
-var asUrl;
-var dssUrl;
-var esbUrl;
-var gregUrl;
-var msUrl;
-var gsUrl;
-var mbUrl;
-var cepUrl;
-var isUrl;
-var bpsUrl;
-var brsUrl;
-var bamUrl;
-var csgUrl;
-var linkSuffix;
-
-// array definitions to store service feature urls
-var managerFeaturesURL=new Array;
-var asFeaturesUrl = new Array;
-var dssFeaturesUrl = new Array;
-var esbFeaturesUrl = new Array;
-var gregFeaturesUrl = new Array;
-var msFeaturesUrl = new Array;
-var gsFeaturesUrl = new Array;
-var mbFeaturesUrl = new Array;
-var cepFeaturesUrl = new Array;
-var isFeaturesUrl = new Array;
-var bpsFeaturesUrl = new Array;
-var brsFeaturesUrl = new Array;
-var bamFeaturesUrl = new Array;
-var csgFeaturesUrl = new Array;
-
-
-// urls of features
-
-// Manager
-managerFeaturesURL[0]="/carbon/tenant-billing/past_invoice.jsp"; // link to billing component
-managerFeaturesURL[1]="/carbon/tenant-billing/docs/userguide.html"; // billing component docs
-managerFeaturesURL[2]="/carbon/tenant-usage/tenant_usage.jsp" ; // link to metering component
-managerFeaturesURL[3]="/carbon/tenant-usage/docs/userguide.html"
-managerFeaturesURL[4]="/carbon/account-mgt/account_mgt.jsp"
-managerFeaturesURL[5]="/carbon/account-mgt/docs/userguide.html"
-managerFeaturesURL[6]="/carbon/userstore/index.jsp"
-managerFeaturesURL[7]="/carbon/userstore/docs/userguide.html"
-//app server
-asFeaturesUrl[0]="/carbon/service-mgt/index.jsp";  // link to web service hosting
-asFeaturesUrl[1]="/carbon/service-mgt/docs/userguide.html"; //web service hosting docs
-asFeaturesUrl[2]="/carbon/webapp-mgt/upload.jsp";//web -app hosting
-asFeaturesUrl[3]="/carbon/webapp-mgt/docs/userguide.html";//web -app hosting docs
-asFeaturesUrl[4]="/carbon/tracer/index.jsp";//message tracing
-asFeaturesUrl[5]="/carbon/tracer/docs/userguide.html";//message tracing docs
-asFeaturesUrl[6]="/carbon/wsdl2code/index.jsp";//WSDL2Java Tool
-asFeaturesUrl[7]="/carbon/wsdl2code/docs/userguide.html";//WSDL2Java Tool docs
-asFeaturesUrl[8]="/carbon/java2wsdl/index.jsp";//Java2WSDL Tool
-asFeaturesUrl[9]="/carbon/java2wsdl/docs/userguide.html";//Java2WSDL Tool docs
-asFeaturesUrl[10]="/carbon/wsdl_validator/index.jsp";//WSDL Validator
-asFeaturesUrl[11]="/carbon/wsdl_validator/docs/userguide.html";//WSDL Validator docs
-asFeaturesUrl[12]="/carbon/modulemgt/index.jsp";//axis2 modules mgmnt
-asFeaturesUrl[13]="/carbon/modulemgt/docs/userguide.html";//axis2 modules mgmnt docs
-asFeaturesUrl[14]="/carbon/tryit/index.jsp";//Service testing
-asFeaturesUrl[15]="/carbon/tryit/docs/userguide.html";//service testing docs
-
-//bam server
-bamFeaturesUrl[0]="/carbon/bam-server-data/mediation_data.jsp";  // link to Real Time Mediation Monitoring
-bamFeaturesUrl[1]="/carbon/bam-server-data/docs/userguide.html";  // link to Real Time Mediation Monitoring docs
-bamFeaturesUrl[2]="/carbon/bam-server-data/mediation_analytics.jsp"; //link to Mediation Analysis
-bamFeaturesUrl[3]="/carbon/bam-server-data/docs/userguide.html"; //link to Mediation Analysis docs
-bamFeaturesUrl[4]="/carbon/bam-server-data/service_data.jsp";//link to Real time Service Monitoring
-bamFeaturesUrl[5]="/carbon/bam-server-data/docs/userguide.html";//link to Real time Service Monitoring docs
-bamFeaturesUrl[6]="";//link to Summary Generation
-bamFeaturesUrl[7]="";//link to Summary Generation
-bamFeaturesUrl[8]="/carbon/bam-server-data/service_stats.jsp";//link to Service Invocation Analysis
-bamFeaturesUrl[9]="/carbon/bam-server-data/docs/userguide.html";//link to Service Invocation Analysis docs
-bamFeaturesUrl[10]="/carbon/dashboard/index.jsp";//link to Dashboard
-bamFeaturesUrl[11]="/carbon/dashboard/docs/userguide.html";//link to Dashboard docs
-bamFeaturesUrl[12]="";//link to Activity Correlation and Monitoring
-bamFeaturesUrl[13]="";//link to Activity Correlation and Monitoring docs
-bamFeaturesUrl[14]="";//link to Message Collection and Archival
-bamFeaturesUrl[15]="";//link to Message Collection and Archival docs
-
-//bps server
-bpsFeaturesUrl[0]="";  // link to WS-BPEL 2.0 and BPELWS 1.1
-bpsFeaturesUrl[1]="/carbon/admin/docs/userguide.html";  // link to WS-BPEL 2.0 and BPELWS 1.1 docs
-bpsFeaturesUrl[2]="";  // link Secure Business Processes
-bpsFeaturesUrl[3]="/carbon/admin/docs/userguide.html";  // link Secure Business Processes docs
-bamFeaturesUrl[4]="";//link to Process Monitoring
-bamFeaturesUrl[5]="/carbon/admin/docs/userguide.html";//link to Process Monitoring docs
-bpsFeaturesUrl[6]=""; //link to Instance Data Cleanup
-bpsFeaturesUrl[7]="/carbon/admin/docs/userguide.html"; //link to Instance Data Cleanup docs
-bpsFeaturesUrl[8]=""; //link to BPEL Extensions
-bpsFeaturesUrl[9]="/carbon/admin/docs/userguide.html"; //link to BPEL Extensions docs
-bamFeaturesUrl[10]="";//link to Process Versioning
-bamFeaturesUrl[11]="/carbon/admin/docs/userguide.html";//link to Process Versioning docs
-
-//brs server
-brsFeaturesUrl[0]="/carbon/service-mgt/index.jsp";  // link to web service hosting support
-brsFeaturesUrl[1]="/carbon/service-mgt/docs/userguide.html"; //web service hosting docs
-brsFeaturesUrl[2]="/carbon/ruleservices/rule_service_wizard_step1.jsp";//Rule service creation support
-brsFeaturesUrl[3]="/carbon/ruleservices/docs/userguide.html";//Rule service creation support docs
-brsFeaturesUrl[4]="/carbon/resources/resource.jsp";//Registry as a Rule Repository
-brsFeaturesUrl[5]="/carbon/resources/docs/userguide.html";//Registry as a Rule Repository docs
-brsFeaturesUrl[6]="/carbon/tryit/index.jsp";//Service testing
-brsFeaturesUrl[7]="/carbon/tryit/docs/userguide.html";//service testing docs
-/*brsFeaturesUrl[8]="/carbon/tracer/index.jsp";//message tracing
-brsFeaturesUrl[9]="/carbon/tracer/docs/userguide.html";//message tracing docs
-brsFeaturesUrl[10]="/carbon/wsdl2code/index.jsp";//WSDL2Java Tool
-brsFeaturesUrl[11]="/carbon/wsdl2code/docs/userguide.html";//WSDL2Java Tool docs
-brsFeaturesUrl[12]="/carbon/java2wsdl/index.jsp";//Java2WSDL Tool
-brsFeaturesUrl[13]="/carbon/java2wsdl/docs/userguide.html";//Java2WSDL Tool docs
-brsFeaturesUrl[14]="/carbon/wsdl_validator/index.jsp";//WSDL Validator
-brsFeaturesUrl[15]="/carbon/wsdl_validator/docs/userguide.html";//WSDL Validator docs */
-
-//cep server
-cepFeaturesUrl[0]="/carbon/CEP/cep_queries.jsp"; // link to CEP buckets list
-cepFeaturesUrl[1]="/carbon/CEP/docs/userguide.html"; // link to CEP buckets doc
-cepFeaturesUrl[2]= "/carbon/resources/resource.jsp?region=region3&item=resource_browser_menu&viewType=std&path=/_system/governance/message" ; // path to registry stored message boxes
-cepFeaturesUrl[3]="/carbon/messagebox/docs/userguide.html"; // message box docs
-
-//dss server
-dssFeaturesUrl[0]="/carbon/service-mgt/index.jsp";  // link to Data Service Hosting
-dssFeaturesUrl[1]="/carbon/service-mgt/docs/userguide.html"; //Data Service Hosting docs
-dssFeaturesUrl[2]="/carbon/ds/scriptAddSource.jsp";//Data as a Service
-dssFeaturesUrl[3]="/carbon/ds/docs/userguide.html";//Data as a Service docs
-dssFeaturesUrl[4]="/carbon/tryit/index.jsp";//Service testing
-dssFeaturesUrl[5]="/carbon/tryit/docs/userguide.html";//service testing docs
-dssFeaturesUrl[6]="/carbon/tracer/index.jsp";//message tracing
-dssFeaturesUrl[7]="/carbon/tracer/docs/userguide.html";//message tracing docs
-dssFeaturesUrl[8]="/carbon/adminconsole/databases.jsp";//DB Explorer
-dssFeaturesUrl[9]="/carbon/adminconsole/docs/userguide.html";//DB Explorer docs
-/*dssFeaturesUrl[6]="/carbon/wsdl2code/index.jsp";//WSDL2Java Tool
-dssFeaturesUrl[7]="/carbon/wsdl2code/docs/userguide.html";//WSDL2Java Tool docs
-dssFeaturesUrl[8]="/carbon/java2wsdl/index.jsp";//Java2WSDL Tool
-dssFeaturesUrl[9]="/carbon/java2wsdl/docs/userguide.html";//Java2WSDL Tool docs
-dssFeaturesUrl[10]="/carbon/wsdl_validator/index.jsp";//WSDL Validator
-dssFeaturesUrl[11]="/carbon/wsdl_validator/docs/userguide.html";//WSDL Validator docs */
-
-//esb server
-esbFeaturesUrl[0]="/carbon/proxyservices/templates.jsp";  // Proxy Service
-esbFeaturesUrl[1]="/carbon/proxyservices/docs/userguide.html"; //Proxy Service docs
-esbFeaturesUrl[2]="/carbon/sequences/list_sequences.jsp";//Sequence
-esbFeaturesUrl[3]="/carbon/sequences/docs/userguide.html";//Sequence docs
-esbFeaturesUrl[4]="/carbon/endpoints/index.jsp";//Endpoint
-esbFeaturesUrl[5]="/carbon/endpoints/docs/userguide.html";//Endpoint docs
-esbFeaturesUrl[6]="/carbon/task/index.jsp";//Scheduled Tasks
-esbFeaturesUrl[7]="/carbon/task/docs/userguide.html";//Scheduled Tasks docs
-esbFeaturesUrl[8]="/carbon/message_processor/index.jsp";//Store and Forward
-esbFeaturesUrl[9]="/carbon/message_processor/docs/userguide.html";//Store and Forward docs
-esbFeaturesUrl[10]="/carbon/executors/list_executors.jsp";//Priority Execution
-esbFeaturesUrl[11]="/carbon/executors/docs/userguide.html";//Priority Execution docs
-esbFeaturesUrl[12]="/carbon/tryit/index.jsp";//Service testing
-esbFeaturesUrl[13]="/carbon/tryit/docs/userguide.html";//service testing docs
-esbFeaturesUrl[14]="/carbon/tracer/index.jsp";//message tracing
-esbFeaturesUrl[15]="/carbon/tracer/docs/userguide.html";//message tracing docs
-
-//greg server
-gregFeaturesUrl[0]="//carbon/services/services.jsp";  // Service
-gregFeaturesUrl[1]="/carbon/services/docs/userguide.html"; //Service docs
-gregFeaturesUrl[2]="/carbon/wsdl/wsdl.jsp";//WSDL
-gregFeaturesUrl[3]="/carbon/wsdl/docs/userguide.html";//WSDL docs
-gregFeaturesUrl[4]="/carbon/schema/schema.jsp";//Schema
-gregFeaturesUrl[5]="/carbon/schema/docs/userguide.html";//Schema docs
-gregFeaturesUrl[6]="/carbon/policy/policy.jsp";//Policy
-gregFeaturesUrl[7]="/carbon/policy/docs/userguide.html";//Policy docs
-gregFeaturesUrl[8]="/carbon/search/advancedSearch.jsp";//Search
-gregFeaturesUrl[9]="/carbon/search/docs/userguide.html";//Search docs
-gregFeaturesUrl[10]="/carbon/activities/activity.jsp";//Activities
-gregFeaturesUrl[11]="/carbon/activities/docs/userguide.html";//Activities docs
-gregFeaturesUrl[12]="/carbon/notifications/notifications.jsp";//Notifications
-gregFeaturesUrl[13]="/carbon/notifications/docs/userguide.html";//Notifications docs
-gregFeaturesUrl[14]="/carbon/extensions/add_extensions.jsp";//Extensions
-gregFeaturesUrl[15]="/carbon/extensions/docs/userguide.html";//Extensions docs
-
-//gs server
-gsFeaturesUrl[0]="";  // Enterprise Information Portal
-gsFeaturesUrl[1]=""; //Enterprise Information Portal docs
-gsFeaturesUrl[2]="";//Easy User Options
-gsFeaturesUrl[3]="";//Easy User Options docs
-gsFeaturesUrl[4]="";//Author Gadgets
-gsFeaturesUrl[5]="";//Author Gadgets docs
-gsFeaturesUrl[6]="";//Client-side Gadgets
-gsFeaturesUrl[7]="";//Client-side Gadgets docs
-gsFeaturesUrl[8]="";//Enterprise Gadget Repository
-gsFeaturesUrl[9]="";//Enterprise Gadget Repository docs
-gsFeaturesUrl[10]="";//Anonymous Mode
-gsFeaturesUrl[11]="";//Anonymous Mode docs
-gsFeaturesUrl[12]="";//Secure Sign-in Options
-gsFeaturesUrl[13]="";//Secure Sign-in Options docs
-gsFeaturesUrl[14]="";//Extensions Management Console
-gsFeaturesUrl[15]="";//Extensions Management Console docs
-
-//is server
-isFeaturesUrl[0]="/carbon/userprofile/index.jsp";  //User Profile
-isFeaturesUrl[1]="/carbon/userprofile/docs/userguide.html"; //User Profile docs
-isFeaturesUrl[2]="/carbon/identity-provider/index.jsp";//OpenID
-isFeaturesUrl[3]="/carbon/identity-provider/docs/userguide.html";//OpenID docs
-isFeaturesUrl[4]="/carbon/identity-provider/index.jsp";//Information Card
-isFeaturesUrl[5]="/carbon/identity-provider/docs/userguide.html";//Information Card docs
-isFeaturesUrl[6]="/carbon/sso-saml/manage_service_providers.jsp";//SAML 2.0 Single Sign-On
-isFeaturesUrl[7]="/carbon/sso-saml/docs/userguide.html";//SAML 2.0 Single Sign-On docs
-isFeaturesUrl[8]="/carbon/multi-factor/xmpp-config.jsp";//Multifactor Authentication
-isFeaturesUrl[9]="/carbon/multi-factor/docs/userguide.html";//Multifactor Authentication docs
-isFeaturesUrl[10]="/carbon/userstore/index.jsp";//Users and Roles
-isFeaturesUrl[11]="/carbon/userstore/docs/userguide.html";//Users and Roles docs
-isFeaturesUrl[12]="/carbon/identity-trusted-relying-parties/add-trusted-rp.jsp";//Relying Partie
-isFeaturesUrl[13]="/carbon/identity-trusted-relying-parties/docs/userguide.html";//Relying Partie docs
-isFeaturesUrl[14]="/carbon/keystoremgt/keystore-mgt.jsp";//Key Stores
-isFeaturesUrl[15]="/carbon/keystoremgt/docs/userguide.html";//Key Stores docs
-
-//mb server
-mbFeaturesUrl[0]="";  //Publish/Subscribe to Topics
-mbFeaturesUrl[1]=""; //Publish/Subscribe to Topics docs
-mbFeaturesUrl[2]="";//AMQP
-mbFeaturesUrl[3]="";//AMQP docs
-mbFeaturesUrl[4]="";//Topic Authorization
-mbFeaturesUrl[5]="";//Topic Authorization docs
-mbFeaturesUrl[6]="";//Manage topics and queues permissions
-mbFeaturesUrl[7]="";//Manage topics and queues permissions docs
-mbFeaturesUrl[8]="";//SQS support
-mbFeaturesUrl[9]="";//SQS support docs
-mbFeaturesUrl[10]="";//User based authorization for queues
-mbFeaturesUrl[11]="";//User based authorization for queues docs
-mbFeaturesUrl[12]="";//Manage message boxes
-mbFeaturesUrl[13]="";//Manage message boxes docs
-mbFeaturesUrl[14]="";//Message box as event sink
-mbFeaturesUrl[15]="";//Message box as event sink docs
-
-//ms server
-msFeaturesUrl[0]="/carbon/js_scraper/index.jsp";  //Scrape the Web
-msFeaturesUrl[1]="/carbon/js_scraper/docs/userguide.html"; //Scrape the Web docs
-msFeaturesUrl[2]="/carbon/js_service/newMashup.jsp";//Compose and Expose
-msFeaturesUrl[3]="/carbon/js_service/docs/userguide.html";//Compose and Expose docs
-msFeaturesUrl[4]="/carbon/task/index.jsp";//Schedule Tasks
-msFeaturesUrl[5]="/carbon/task/docs/userguide.html";//Schedule Tasks docs
-msFeaturesUrl[6]="";//Javascript Stubs
-msFeaturesUrl[7]="";//Javascript Stubs docs
-msFeaturesUrl[8]="/carbon/modulemgt/index.jsp";//Modules
-msFeaturesUrl[9]="/carbon/modulemgt/docs/userguide.html";//Modules docs
-msFeaturesUrl[10]="/carbon/tracer/index.jsp";//Message Tracing
-msFeaturesUrl[11]="/carbon/tracer/docs/userguide.html";//Message Tracing docs
-/*msFeaturesUrl[12]="";//Caching & Throttling
-msFeaturesUrl[13]="";//Caching & Throttling docs
-msFeaturesUrl[14]="";//service testing
-msFeaturesUrl[15]="";//service testing docs */
-
-
-//csg server
-csgFeaturesUrl[0]="/carbon/service-mgt/index.jsp";  
-csgFeaturesUrl[1]="/carbon/service-mgt/docs/userguide.html"; 
-
-// functions to generate urls of features upon onclick
-
- function generateManagerFeatureUrl(which){
-	var featureUrl=managerFeaturesURL[which];
-	return window.open(featureUrl,'_self',false);
- }
-
-
-function generateAsFeatureUrl(which){
-	var featureUrl=window.asUrl + asFeaturesUrl[which];
-	window.open(featureUrl);
- }
-
-function generateBamFeatureUrl(which){
-	var featureUrl=window.bamUrl + bamFeaturesUrl[which];
-	window.open(featureUrl);
- }
-
-function generateBpsFeatureUrl(which){
-	var featureUrl=window.bpsUrl + bpsFeaturesUrl[which];
-	window.open(featureUrl);
- }
-
-function generateBrsFeatureUrl(which){
-	var featureUrl=window.brsUrl + brsFeaturesUrl[which];
-	window.open(featureUrl);
- }
-function generateCepFeatureUrl(which){
-	var featureUrl=window.cepUrl + cepFeaturesUrl[which];
-	window.open(featureUrl);
- }
-function generateDssFeatureUrl(which){
-	var featureUrl=window.dssUrl + dssFeaturesUrl[which];
-	window.open(featureUrl);
- }
-function generateEsbFeatureUrl(which){
-	var featureUrl=window.esbUrl + esbFeaturesUrl[which];
-	window.open(featureUrl);
- }
-function generateGregFeatureUrl(which){
-	var featureUrl=window.gregUrl + gregFeaturesUrl[which];
-	window.open(featureUrl);
- }
-function generateGsFeatureUrl(which){
-	var featureUrl=window.gsUrl + gsFeaturesUrl[which];
-	window.open(featureUrl);
- }
-function generateIsFeatureUrl(which){
-	var featureUrl=window.isUrl + isFeaturesUrl[which];
-	window.open(featureUrl);
- }
-
-function generateMbFeatureUrl(which){
-	var featureUrl=window.mbUrl + mbFeaturesUrl[which];
-	window.open(featureUrl);
- }
-function generateMsFeatureUrl(which){
-	var featureUrl=window.msUrl + msFeaturesUrl[which];
-	window.open(featureUrl);
- }
-function generateCsgFeatureUrl(which){
-	var featureUrl=window.csgUrl + csgFeaturesUrl[which];
-	window.open(featureUrl);
- }
-
-
-// functions to set the urls of services
-
-
-function gotoAppServer(){
-  window.open(asUrl,'_newtab')  ;
-}
-
-function gotoDss(){
-  window.open(dssUrl,'_newtab')  ;
-}
-
-function gotoEsb(){
-  window.open(esbUrl,'_newtab')  ;
-}
-
-
-function gotoMs(){
-  window.open(msUrl,'_newtab')  ;
-}
-
-function gotoIs(){
-  window.open(isUrl,'_newtab')  ;
-}
-
-function gotoGreg(){
-  window.open(gregUrl,'_newtab')  ;
-}
-
-function gotoGs(){
-  window.open(gsUrl,'_newtab')  ;
-}
-
-function gotoBam(){
-  window.open(bamUrl,'_newtab')  ;
-}
-
-
-function gotoBps(){
-  window.open(bpsUrl,'_newtab')  ;
-}
-
-
-function gotoBrs(){
-  window.open(brsUrl,'_newtab')  ;
-}
-
-function gotoCep(){
-  window.open(cepUrl,'_newtab')  ;
-}
-
-function gotoMb(){
-  window.open(mbUrl,'_newtab')  ;
-}
-
-function gotoCsg(){
-  window.open(csgUrl,'_newtab')  ;
-}
-
-
-
-
-
-
-
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/js/dashboard.js
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/js/dashboard.js b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/js/dashboard.js
deleted file mode 100644
index e38923f..0000000
--- a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/js/dashboard.js
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF 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.
- *
-*/
-
-function execOnPageLoad() {
-    // currently not used
-}
-
-function onChangeServiceSubscription() {
-    sessionAwareFunction(function() {
-        
-        var cloudServiceForm = document.getElementById("cloudService");
-        cloudServiceForm.submit();
-        
-    }, org_wso2_stratos_manager_dashboard_ui_jsi18n["session.timed.out"]);
-}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/249e1290/products/stratos-controller/modules/distribution/INSTALL.txt
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/distribution/INSTALL.txt b/products/stratos-controller/modules/distribution/INSTALL.txt
deleted file mode 100755
index 31ea2f5..0000000
--- a/products/stratos-controller/modules/distribution/INSTALL.txt
+++ /dev/null
@@ -1,61 +0,0 @@
-Installing  Apache Stratos Controller (SC) 1.0.1
-===============================================
-
-Standalone Mode
-===============
-1. The directory containing this INSTALL file will be the root and it will be
-   treated as Carbon home directory and let it be CARBON_HOME.
-
-2. All the shell scripts and .bat files are available in CARBON_HOME/bin directory.
-
-3. To start SC one can use either stratos.sh or daemon.sh in all *nix
-   system & stratos.bat file on Windows operating systems.
-
-4. Either of the following commands can be used to start Stratos-Manager
-     i)  ./stratos.sh {console|start|stop|restart|status|dump|version}
-    ii)  stratos.bat {start|stop|version}
-
-            Usage: stratos.sh [command] [system-properties]
-
-            command:
-                --debug <port> 	Start the server in remote debugging mode.
-                        port: The remote debugging port.
-                --start		Start Carbon as a Unix daemon in the background
-                --stop		Stop the Carbon Unix daemon
-                --restart	Restart the Carbon Unix daemon
-                --cleanRegistry	Clean registry space. [CAUTION] All Registry data will be lost.
-                --version	What version of the product are you running?
-
-            system-properties:
-                -DhttpPort=<httpPort>		Overrides the HTTP port defined in the catalina-server.xml file
-                -DhttpsPort=<httpsPort>		Overrides the HTTPS port defined in the catalina-server.xml file
-                -DosgiConsole=[port]		Start Carbon with Equinox OSGi console.
-                                            If the optional 'port' parameter is provided, a telnet port will be opened
-                -DosgiDebugOptions=[options-file]
-                                            Start Carbon with OSGi debugging enabled.
-                                            If the optional 'options-file is provided, the OSGi debug options will be loaded from it.
-                -Dsetup				        Clean the Registry & other configuration, recreate DB, re-populate the configuration, and start Carbon
-                -DserverRoles=<roles>		A comma separated list of roles. Used in deploying cApps
-                -Dcarbon.use.registry.repo	Use registry based repository.
-                -DdisableHttpLog		    Disable HTTP access logging
-                -DapplyPatches			    Use this system property when there are patches to be applied/reverted to/from the system.
-                                            Drop the patches to $CARBON_HOME/repository/componenets/patches directory and restart the system with this property.
-                                            When you want to revert a patch, delete it from the patches directory and restart the system with this property
-                -DworkerNode=true			This is required in clustered setups with master and worker nodes, not applicable for Stratos Controller.
-
-
-
-System Requirements
-===================
-1. Minimum memory - 1 GB
-2. Processor      - Pentium 800MHz or equivalent at minimum
-3. JDK - 1.6.x (1.6.0_24 onwards recommended for production)
-4. The Management Console requires you to enable Javascript of the Web browser,
-   with MS IE 6 and 7. In addition to JavaScript, ActiveX should also be enabled
-   with IE. This can be achieved by setting your security level to
-   medium or lower.
-   NOTE:
-     On Windows Server 2003, it is not allowed to go below the medium security
-     level in Internet Explorer 6.x and the default medium security setting with
-     IE does not allow sufficient level of JS or ActiveX enablement for the
-     management console to run.