Page History
...
Open the
config.json
file that is in the<EMM_HOME>/repository/deployment/server/jaggeryapps/
emm-web-agent/app/conf
directory. This file configures the web agent to handle device enrollments.
Configure thehost
attribute that is undergeneralConfig
by providing the entire server address.Example:
Code Block "generalConfig" : { "host" : "http://10.10.10.253:9763", "companyName" : "WSO2 Enterprise Mobility Manager", "browserTitle" : "WSO2 EMM", "copyrightText" : "\u00A9 %date-year%, WSO2 Inc. (http://www.wso2.org) All Rights Reserved." }
Open the
config.json
file that is in the<EMM_HOME>/repository/deployment/server/jaggeryapps/emm/app/conf
directory. This file configures WSO2 EMM to manage devices.
Configure thehost
attribute that is undergeneralConfig
by providing the entire server address.Example:
Code Block "generalConfig" : { "host" : "https://10.10.10.253:9443", "companyName" : "WSO2 Carbon Device Manager", "browserTitle" : "WSO2 Device Manager", "copyrightPrefix" : "\u00A9 %date-year%, ", "copyrightOwner" : "WSO2 Inc.", "copyrightOwnersSite" : "http://www.wso2.org", "copyrightSuffix" : " All Rights Reserved." }
Panel Optionally, you can configure the Android platform. Otherwise, you can just use the default settings to try out the examples in this quick start guide.
Start WSO2 EMM.
If you started WSO2 EMM previously, stop it usingCRTL+C
and restart WSO2 EMM.Code Block ./wso2server.sh
...