deploy WSO2 DAS into local tomcat server - wso2

Guys.
i run WSO2 DAS on my local from downloaded source file.
but \i want to deploy WSO2 DAS into my local Tomcat server...\
is there any guide or something?
Thx

WSO2 DAS is an independent product which can run alone. It can not be deployed in Tomcat and there is no use case as such.
Refer https://docs.wso2.com/display/DAS300/Quick+Start+Guide#QuickStartGuide-Gettingstarted for download and start DAS.

WSO2 DAS is not an app that can be deployed into a Tomcat server. WSO2 DAS (and other WSO2 produts) comes as a set of features installed into a vanilla WSO2 Carbon server.
As Tomcat does not support adding features as in WSO2 Carbon there is no way to install WSO2 DAS related features into a Apache Tomcat server.

Related

WSO2 API Manager Data Analytics Server Version Compatibility

Is Latest Version of WSO2 API Manager(2.0.0) compatible with latest version of WSO DAS(3.1.0)?
In the download page of WSO2 API Manager 2.0.0, only WSO DAS 2.0.0 download is mentioned for Analytics.
Yes, they are compatible.
2nd question is not much clear. Could you please tell where it says about DAS 2.0.0? Actually, there is no version 2.0.0 in DAS. It was called BAM before.
If you're talking about wso2am-analytics-2.0.0.zip pack, it's a customized version of DAS 3.0.x. It has required CAR files installed and is configured to work with APIM, with less manual configurations.

WSO2 APIM Setup

I followed the tutorial here:
https://docs.wso2.com/display/AM191/Publishing+API+Runtime+Statistics+Using+WSO2+DAS#PublishingAPIRuntimeStatisticsUsingWSO2DAS-ConfiguringWSO2APIManager
On configuring WSO2 API Manager, I cannot seem to configure Analytics when I am inside the Admin Portal. Is there some configuration first that needs to be done?
You are looking at APIM 1.9.1 documentation. But it looks like you are using latest APIM which is 2.0.0. In 2.0.0 you can configure analytics in api-manager.xml only. See APIM 2.0.0 documentation.
One important thing about APIM 2.0.0 is, you don't need to configure DAS from scratch. Now DAS is pre-configured with required CApps and shipped as wso2am-analytics-2.0.0.zip. You can download it from APIM Product page itself.

Is WSO2 DAS the new name or successor product for WSO2 BAM?

We are evaluating the WSO2 API Manager 1.8.0 (WSO2 AM) together with the WSO2 Business Activity Monitor 2.5.0 (WSO2 BAM). From our support partner Yenlo we got the WSO2 recommendation to use WSO2 BAM 3.0 for new installation, because the changes from BAM 2.5.0 to BAM 3.0.0 are massive.
BAM 3.0 is not released yet (see the release plan in JIRA). But milestone 4 should be available.
But the only thing I can find is milestone 3 of BAM and milestone 4 of DAS (Data Analytics Server) as announced in this email. Also the change log of DAS points to JIRA issues from BAM.
Is DAS the new name for BAM?
Is DAS the new name for BAM?
Yes, with exsisting BAM features + all features of WSO2 CEP are also included additionally in WSO2 DAS.
Some of the content of current BAM also applicable to DAS such as Collect & Store any Type of Business Events, High Performance Data Capture Framework, Pre-Built Data Agents for all WSO2 Products, etc. But since DAS is a complete revamp of old BAM, there are core changes such as analytics engine is now based on spark, and pluggable storage architecture and not cassandra centric (DAS 3.0 will be having RDBMS and hbase connectors).
DAS also includes all WSO2 CEP features, therefore users can do both real time and batch based analysis. Basically it's kind of analytics platform.
The old BAM is mainly focused on batch analysis.
More information can be found in WSO2 DAS Documentation. Also DAS would be in the future include Machine Learning Features as well, and it is an another name for whole analytics platform
Keep in mind as far as I know DAS is not completely backward compatible with BAM. So if you start new from WSO2 AM 1.10.0, best way is to use DAS Version 3, not BAM.

WSO2 an Open Source Enterprise Service Bus (ESB)

I am new to this can u please guide me which is good site to start WSO2 ESB Open Source Enterprise Service Bus (ESB) proxy services
WSO2 Docs is the best place to get started.
You can refer WSO2 ESB 4.7.0, which is the latest WSO2 ESB release.
Please go through the samples.
You have few things to do before trying samples and then you can go through Proxy Service samples.
I 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.