Work in progress
Follow the instructions below to configure general server configurations:
Configure the
DeviceMonitorFrequency
parameter in theemm-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 has been configured for 1min, which is 60000ms.For example:
<DeviceMonitorFrequency>60000</DeviceMonitorFrequency>
Navigate to the
sso-idp-config.xml
file, which is in the<PRODUCT_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<PRODUCT_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.
- Create a folder, with a name of your choice
<FOLDER_NAME>
, in the<PRODUCT_HOME>/repository/deployment/server/jaggeryapps/publisher/
directory. Add the newly created folder name, as the
filePreciseLocation
element value, in themam-config.json
file, which is in the<PRODUCT_HOME>/repository/deployment/server/jaggeryapps/publisher/config/
directory.{ 'filePreciseLocation': "/upload/", "email": { "companyName": "", "senderAddress": "", "emailPassword": "", } }