How to get the front version of wso2 api manager? - wso2-api-manager

I have deployed WSO2 API manager4.0.0 All-in-one on my vm, which was downloaded from WSO2 API Manager website, “click TRY IT NOW, and then click Zip Archive to download the API Manager distribution as a ZIP file”.
I could find component versions from pom.xml , which were under the path of \repository\deployment\server\webapps. Most of the war or jar were built from carbon-apimgt and identity-governance、identity-apps.
But I can't find where was the front version, I don't know what' difference between repo apim-apps and jaggery.
If apim-apps is the front source of apim, what's the version or tag it build from?
I am searching for a long time on net. But no use. Please help or try to give some ideas how to achieve this

UI source code was moved to apim-apps repository after the WSO2 APIM 4.0.0 release. So, if you want to access the UI source code of APIM 4.0.0 you have to refer to carbon-apimgt-v9.0.174. Following are the links to each portal.
Publisher Portal
Developer Portal
Admin Portal

Related

How to build carbon in https://localhost:9443/carbon

I have deployed WSO2 API manager4.0.0 All-in-one on the vm. I want to customize carbon, which in this url https://localhost:9443/carbon, this cantains lots of jsp files. but I can't find where is the repo. Can anyone guide me?

Hosting updates repository. Qt Installer Framework repogen

I have created a project using Qt and I found the Repogen tool that cames with Qt.
In the official documentation says that I must host the repo in a server in order to receive updates or create an online installer. I tried using GitHub as a hosting but maintenance tool doesn't recognize it.
I added he repository url in the settings window of the maintenance tool pointing to the base repo path and then pointing directly to Updates.xml but the same error.
What kind of web server must I use to deliver the release files?
I resolve this issue, by creating a file service in Flask and using a free hosting to deliver files.
Seems like hosting in GitHub is not useful in that case.

How to Download Symfony library other than GitHub Website

Is there any way to download Symfony outside Git hub ?
the reason is that company security Blocked GitHub website.
Thank you for your support

WSO2 API Manager UserInformationRecoveryService is not listed in admin services

I am trying to setup WSO2 API Manager version 2.
I wanted to send an email for user activation. After going through documentation and blogs I came to know that I need UserInformationRecoveryService.
But when I start my WSO2 API Manager with OSGI console flag to run listAdminServices command, in the list I could not get the name ad url for UserInformationRecoveryService.
Can someone guide me on how to install this service in WSO2 API Manager version 2?
Thanks in advance.
Yes, UserInformationRecoveryService is not included by default in API Manager. You need to install that feature. Please refer this article [1].

Zeppelin demo Java Kaa SDK from admin panel not compiling with mvn

There are two ways in which a kaa app sdk can be downloaded from the sandbox. One from the front panel of the kaa sandbox and the second from the admin panel.
These two java sdk downloads for zeppelin demo are very different. The first method gives lib and src directories after extraction but the 2nd gives com, org and META-INF directories. The first download compiles perfectly fine with mvn but the second does not compile at all. Why are these two downloads different?
Also, whenever I make changes to any schema, can I download the changed sdk from the sandbox front panel or do I have to always download it from the admin panel?
Using "Source" button on the Sandbox page you download the source code of an application and the Endpoint SDK. If you change some schemes and create new Endpoint SDK, you must generate and download it at Administration UI page and replace existing Endpoint SDK in your project lib directory. Read Your first Kaa application and Using Kaa endpoint SDKs/Java.

Resources