General Server Configurations
Follow the instructions below to configure general server configurations:
Configure the
DeviceMonitorFrequency
 parameter in theÂemm-config.xml
 file, which is in theÂ<EMM_HOME>/repository/conf/
 directory. Specify this value in milliseconds. The EMM server uses this parameter to determine how often the devices enrolled with EMM need to be monitored. By default, this value has been configured to 60000ms (1min).For example:
<DeviceMonitorFrequency>60000</DeviceMonitorFrequency>
Navigate to the
sso-idp-config.xml
file, which is in the<EMM_HOME>/repository/conf/
directory and modify the ‘localhost’ to one of the following:Server IP - If working in a testing environment.
Domain - If working in a production environment.Â
For a production deployment uncomment the following code in the
carbon.xml
 file, which is in the<EMM_HOME>/repository/conf/
 directory and enter your organization domain.<HostName>www.wso2.org</HostName> <MgtHostName>www.wso2.org</MgtHostName>
By default, an Identity Provider (IdP) has been bundled with the EMM binary pack. Modify the ‘host’ to the Server IP if you wish to use this default IdP. If you wish to use your own IdP, modify the ‘host’ to the IdP.