wso2is - Disabling stratos multitenancy in WSO2 identity server 5.0.0 -


the default installation of wso2 5.0.0 includes web application stratos_root , several config files in repository/conf/multitenancy seem related old stratoslive stuff (configuration options paypal, google analytics, cloud services, https://cloud.wso2.com ...)

my question is: possible rid of these files simple single tenant installation?
have deinstalled stratos features, cloudcommonservicecomponent still gets activated , loads cloud-services-desc.xml , multitenancy-packages.xml configuration files. when these files removed exceptions in wso2carbon.log thrown.

what recommended way remove/disable stratos functionality in wso2 product?

adding following answer since content long comment.

this not has been tested. can rid of mentioned issues , server start doing following.

  1. start server , uninstall following features.

    • stratos - common composite

    • stratos - deployment features

    • stratos - throttling agent

    • stratos - usage agent

  2. stop server

  3. remove /repository/deployement/server/webapps/stratos_root
  4. remove /repository/conf/multitenancy/ folder
  5. remove following lines <carbon_home>/repository/components/default/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info file

org.wso2.stratos.identity.dashboard.ui,2.2.1,../plugins/org.wso2.stratos.identity.dashboard.ui_2.2.1.jar,4,true

org.wso2.carbon.ui.menu.stratos,2.2.0,../plugins/org.wso2.carbon.ui.menu.stratos_2.2.0.jar,4,true   org.wso2.carbon.stratos.landing.page.deployer,2.2.0,../plugins/org.wso2.carbon.stratos.landing.page.deployer_2.2.0.jar,4,true   org.wso2.carbon.stratos.common,2.2.0,../plugins/org.wso2.carbon.stratos.common_2.2.0.jar,4,true   org.wso2.carbon.tenant.dispatcher,2.2.0,../plugins/org.wso2.carbon.tenant.dispatcher_2.2.0.jar,4,true   org.wso2.carbon.tenant.mgt,2.2.2,../plugins/org.wso2.carbon.tenant.mgt_2.2.2.jar,4,true   org.wso2.carbon.tenant.mgt.core,2.2.0,../plugins/org.wso2.carbon.tenant.mgt.core_2.2.0.jar,4,true   org.wso2.carbon.sample.installer,2.2.1,../plugins/org.wso2.carbon.sample.installer_2.2.1.jar,4,true 
  1. restart

once above server starts up.

but error thrown idp.mgt component. 'idp.mgt' component depends on stratos common component, why error.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

node.js - Express and Redis - If session exists for this user, don't allow access -