Skip to main content

Posts

Showing posts from January, 2016

WSO2 SVN Based Deployment Synchronizer

Refer:  https://docs.wso2.com/display/CLUSTER420/Configuring+Deployment+Synchronizer Download SVNKit ( svnkit-1.3.9.wso2v2.jar ) from  http://dist.wso2.org/tools/svnkit-1.3.9.wso2v2.jar  and install it by copying it into the <PRODUCT_HOME>/repository/components/dropins folder. Download http://maven.wso2.org/nexus/content/groups/wso2-public/com/trilead/trilead-ssh2/1.0.0-build215/trilead-ssh2-1.0.0-build215.jar and copy it to the <PRODUCT_HOME>/repository/ components/lib folder. This .jar file is necessary for the SVNKit to work as expected. Create repo location on svn svn mkdir  https://svn.example.com/depsync.repo/ Enable dep sync on master node < DeploymentSynchronizer >      < Enabled >true</ Enabled >      < AutoCommit >true</ AutoCommit >      < AutoCheckout >true</ AutoCheckout >      < RepositoryType >svn</ RepositoryType >      < SvnUrl >https://svn.example.com/depsync.repo/&

Setup SSO with WSO2DAS 3.0.0 portal

Versions: WSO2DAS 3.0.0 - https://docs.wso2.com/display/DAS300/WSO2+Data+Analytics+Server+Documentation WSO2IS 5.1.0 as IDP - https://docs.wso2.com/display/IS510/WSO2+Identity+Server+Documentation learn more about SSO   http://wso2.com/library/articles/2010/07/saml2-web-browser-based-sso-wso2-identity-server/ Sharing user space 1. create mysql database um_db mysql -u root -p  create database um_db mysql -u root -proot um_db < <IS_HOME>/dbscripts/mysql.sql 2. Add the following to the <IS_HOME>/repository/conf/datasources/master-datasources.xml and <DAS_HOME>/repository/conf/datasources/master-datasources.xml files. < datasource >       < name >WSO2_UM_DB</ name >       < description >The datasource used for registry and user manager</ description >       < jndiConfig >                < name >jdbc/WSO2UMDB</ name >       </ jndiConfig >       < definition type = &qu