diff --git a/modules/distribution/src/core/bin/iot-server.sh b/modules/distribution/src/core/bin/iot-server.sh index de71a0cc..097ad356 100755 --- a/modules/distribution/src/core/bin/iot-server.sh +++ b/modules/distribution/src/core/bin/iot-server.sh @@ -339,6 +339,7 @@ do -Denable-api-scopes-sharing="true" \ -Dagent-bundle="org.wso2.carbon.emm.mdmagent" \ -Diot.reporting.event.host="" \ + -Diot.reporting.webapp.endpoint="" \ org.wso2.carbon.bootstrap.Bootstrap $* status=$? done