ServerAdmin.config file
The ServerAdmin.config file is located in the \ProgramData\Infor\CPM\ServerAdmin directory. When you make changes to this file, the changes are not reflected in the interface until IIS is restarted.
Note: Parameter names in the ServerAdmin.config file are case sensitive.
To connect to multiple CPM servers, you must define useClientHttp and set the value to true.
For example:
<appSettings>
<add key="useClientHttp" value="true" />
</appSettings>