Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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 has been configured for 1min, which is 60000ms.

    For example:
    <DeviceMonitorFrequency>60000</DeviceMonitorFrequency>

  2. 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. 

  3. 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>
  4. 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.
  5. Create a folder, with a name of your choice <FOLDER_NAME>, in the <PRODUCT_HOME>/repository/deployment/server/jaggeryapps/publisher/  directory.
  6. 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.

    {
        'filePreciseLocation': "/upload/",
        "email": {
            "companyName": "",
            "senderAddress": "",
            "emailPassword": "",
        }
    }
  • No labels