I need to be able to update the tenant account information from Identity Server without having to login to the Apache Stratos Manager. I intend to do this via a custom jsp page.
- How can this be done?
- What jars need to be added to IS?
- What method calls to perform the calls?
I have tried to copy the account-mgr.jsp code but fail to access the AccountMgrService.
You need to copy the following
jars fromManagertoIS,Also copy
billing-config.xmlfrom$MANAGER_HOME/repository/confto$IS_HOME/repository/confdirectory.Ideally it should only require
account.mgt.*.jars, but since account management depends on billing and so on you will need all the above mentionjars in youclasspath. This is as of the latest WSO2 Stratos release version 1.5.2.We are looking into making account management independent from billing.