SOA Governance and API Management : Administering API Portal : Managing Data in API-Portal : Back up and Restore Tenant Data : Prerequisites for Backup and Restore in a Distributed Environment : Using a Configuration File
Using a Configuration File
1. Stop the component apiportalbundle_m through ACC using the Stop apiportalbundle_m command.
2. Edit the file in the path <Installation directory>\API-Portal\server\bin\work\apiportalbundle_m\base\webapps\abs\WEB-INF\config\spring\ext\apiportal-servlet.xml.
3. Add the new entry for the distributed ACC server host and port in the map.
<bean id="addNodeAction"
class="com.aris.modeling.server.webapp.apiportal.startup.impl.AddNodeAction">
<property name="nodeList">
<map>
<entry key="127.0.0.1" value="9001" />
<entry key="localhost" value="18002" />
</map>
</property>
</bean>
4. Restart the component apiportalbundle_m via ACC using the Start apiportalbundle_m command.
Your system is now ready for the backups or restores.
Copyright © 2015- 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback