wso2 app manager source code modification - build

build wso2 apim 1.10.0 from source
can anyone explain the same(above link) for wso2 app manager ?? I need to use carbon-appmgt and product-appmgt??

Yes, you're correct.
You have to build carbon-appmgt and product-appmgt.

Related

WSO2 Tenant Restful API as an alternative to SOAP

I experimented with Tenant API https://docs.wso2.com/m/mobile.action#page/92523614 which is using SOAP, is there REST alternative for this?
There is a Tenant management REST API [1] available in WSO2 IS 5.11.0 version (latest release), but not in the previuos versions.
[1] https://is.docs.wso2.com/en/latest/develop/tenant-management-rest-api/
For the question related to docker. I built a docker of wso2is 5.11.0 thanks to https://github.com/wso2/docker-is. Then I set the deployment.toml file with my own settings. Once running, I recommend to follow this link to complete a basic installation.

What framework used in WSO2 Emm?

I have struggle to work with source code in wso2 emm. I don't know how to setup wso2 emm in eclipse?, What framework they used? And how to generate the wso2 emm bundle? Please guide me.
WSO2 EMM used carbon framework. EMM is not worked with eclipse. It is a product you can use to control mobile devices. You can get the emm product source and build it using maven. After you build the product, you can find the product zip in /modules/distribution/target folder. find more information how product works on the documentation

How to install federated authenticators in wso2 API manager 2.0?

I am trying to install following feature in wso2 API manager 2.0.
http://xacmlinfo.org/2015/05/13/federated-authenticators-in-wso2-api-manager-wso2apim/
but I am getting error in API manager's console while installations.
It seems the above package is not compatible for 2.0 version.
Please suggest me the exact version of 'Application Authenticator' feature which is compatible with wso2 AM version 2.0.
Thanks in advance
It seems the p2 repos are still not updated with the latest Authenticator versions based on Identity Application Management Server Feature 5.2.0 or above. This will be updated soon with the next release.
However you can use WSO2 IS for this use case. You can configure SSO for APIM with IS using this link . Then you can federate IS for OpenAM with this link . With that you can connect APIM with openAM.
Hope this helps.

WSO2 identity server

Trying to understand the tenant setup for the WSO2 identity server. i am unable to find where the java classes defined in the tenant-mgt.xml (ex:CommonHybridLDAPTenantManager.java) are located under the WSO2 4.0.0. Appreciate any help from WSO2 team
You can find the source files here.

WSO2 ESB Managing feature repository

I am trying to get available features from wso2 esb 4.5 from the repository http://dist.wso2.org/p2/carbon/releases/4.0.1/
I can see this repository by browing the URL in IExplorer with a proxy configurated. I have add the sample wrapper.conf file to wso2 esb/repository/conf with the following lines
wrapper.java.additional.10=-Dhttp.proxyHost=192.168.xx.xx
wrapper.java.additional.11=-Dhttp.proxyPort=8000
with no success.
Any help?
Wrapper mode has been removed since Carbon 4.0.0 which ESB 4.5 is based on. So this will not work.