API Portal 10.7 | webMethods API Portal for Administrators | Managing Data in API Portal | Backing up and Restoring Tenant-specific Data | Registering Nodes Using the Configuration File
 
Registering Nodes Using the Configuration File
*To register nodes using the configuration file
1. Stop the component apiportalbundle_s through ACC using the stop apiportalbundle_s command.
2. Edit the file in the path Installation directory\API_Portal\server\bin\work\apiportalbundle_s\​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_s through ACC using the start apiportalbundle_s command.
Your system is now ready for the taking the backups or restoring the backups.