Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Work in progress

Follow the instructions below to configure general server configurations:

  1. 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 for 1min, which is 60000msto 60000ms (1min).

    For example:

    <DeviceMonitorFrequency>60000</DeviceMonitorFrequency>

  2. Navigate to the sso-idp-config.xml file, which is in the <PRODUCT<EMM_HOME>/repository/conf/ directory and modify the ‘localhost’ to one of the following:

    • Server IP - if If working in a testing environment.

    • Domain - if If working in a production environment. 

  3. For a production deployment uncomment the following code in the carbon.xml file file, which is in the <PRODUCTthe <EMM_HOME>/repository/conf/ directory  directory and enter your organization domain.

    Code Block
    <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

    .
  4. Create a folder, with a name of your choice <FOLDER_NAME>, in the <PRODUCT_HOME>/repository/deployment/server/jaggeryapps/publisher/  directory.
  5. Add the newly created folder name, as the filePreciseLocation element value, in the mam-config.json  file, which is in the <PRODUCT_HOME>/repository/deployment/server/jaggeryapps/publisher/config/  directory.

    Code Block{ 'filePreciseLocation': "/upload/", "email": { "companyName": "", "senderAddress": "", "emailPassword": "", } }