diff --git a/modules/distribution/src/core/bin/iot-server.sh b/modules/distribution/src/core/bin/iot-server.sh index df71b872..904c4dda 100755 --- a/modules/distribution/src/core/bin/iot-server.sh +++ b/modules/distribution/src/core/bin/iot-server.sh @@ -340,6 +340,8 @@ do -Dagent-bundle="org.wso2.carbon.emm.mdmagent" \ -Diot.reporting.event.host="" \ -Diot.reporting.webapp.host="" \ + -Diot.remotesession.server.host="localhost" \ + -Diot.remotesession.server.https.port="9443" \ org.wso2.carbon.bootstrap.Bootstrap $* status=$? done