Hi all,

I'm following this article to configure a cluster for API manager (
https://docs.wso2.com/display/AM210/Configuring+an+Active-Active+Deployment
).

I'm confused by the port used for registry in step 6.

The document says

<remoteInstance url="https://localhost: <https://localhost:9453/registry>
9453 <https://localhost:9453/registry>/registry"
<https://localhost:9453/registry>>
        <id>wso2gov</id>
        <dbConfig>wso2gov</dbConfig>
        <readOnly>false</readOnly>
        <registryRoot>/</registryRoot>
</remoteInstance>

Please note it's 9453, but in default registry.xml in installed folder, it
provides an example:

    <!--remoteInstance url="https://localhost:9443/registry";>
        <id>instanceid</id>
        <dbConfig>wso2registry</dbConfig>
        <readOnly>false</readOnly>
        <enableCache>true</enableCache>
        <registryRoot>/</registryRoot>
    </remoteInstance-->


My question is which one is correct.

Thanks in advance!


-- 
Regards,
Iven
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to