[Solved] Can’t start wso2 identity server,just flash and view nothing

When you click on wso2server.bat and if it is disappearing, then that means there is an error executing the wso2server.bat. Therefore, do not execute wso2server.bat by clicking on it. Just open a separate command prompt (Run -> cmd.exe), change directory (cd) to CARBON_HOME\bin, type wso2server.bat and press enter. Then you will able to see if … Read more

[Solved] What framework used in WSO2 Emm?

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 … Read more