API Portal Administrator's Guide : 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
To configure nodes 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 through ACC using the start apiportalbundle_m command.
Your system is now ready for the backups or restores.
Copyright © 2015- 2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback