Hi Clovis,

These are parameters are passed as JVM properties along with server startup
script. And these configurations are resolved at runtime based on the
respective values for those properties.

If you are using the IoT server version 3.0.0, then it's passed as shown
below via IoT_HOME/core/bin/wso2server.sh UNIX-based systems and
IoT_HOME/core/bin/wso2server.bat for windows.

    -*Diot.analytics.host="localhost*" \
    -*Diot.analytics.https.port="9445"* \
    -Dmqtt.broker.host="localhost" \
    -Dmqtt.broker.port="1886" \
    -Diot.core.host="localhost" \
    -Diot.core.https.port="9443" \
    -Diot.keymanager.host="localhost" \
    -Diot.keymanager.https.port="9443" \
    -Diot.gateway.host="localhost" \
    -Diot.gateway.https.port="8243" \
    -Diot.gateway.http.port="8280" \

Thanks,
Sinthuja.

On Fri, May 5, 2017 at 6:12 PM, Clovis Wichoski <clo...@neoinix.com.br>
wrote:

> Hi,
>
> In many configuration files, we see some words between % sign, for example:
>
> "portalURL": "https://%iot.analytics.host%:%iot.analytics.https.port%";
>
> This is a pattern that will be changed dynamically at runtime or we must
> change this with sed?
>
> Please you can clarify the use of this kind of pattern?
>
> Best regards
>
> Clóvis
>
> _______________________________________________
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Sinthuja Rajendran*
Technical Lead
WSO2, Inc.:http://wso2.com

Blog: http://sinthu-rajan.blogspot.com/
Mobile: +94774273955
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to