From 0fefc44da656e7402785173942c8bd0124a31dd3 Mon Sep 17 00:00:00 2001 From: sandaru Date: Fri, 15 Oct 2021 08:16:43 +0530 Subject: [PATCH] Add remote session host and port into iot-server.sh --- modules/distribution/src/core/bin/iot-server.sh | 2 ++ 1 file changed, 2 insertions(+) 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