Devs,

If you are used to starting up multiple servers in the same host machine,
please not that in addition to changing http and https ports in the
mgt-transports.xml, you need to change ports of the embedded ldap server as
well.

In $SERVER_HOME/repository/conf/embedded-ldap.xml change:

<EmbeddedLDAP>
    <Property name="enable">true</Property>
    <Property name="instanceId">default</Property>
    *<Property name="port">10390</Property>*
.....
</EmbeddedLDAP>

and also change $SERVER_HOME/repository/conf/user-mgt.xml's connection URL
to match the ldap port:

<UserStoreManager
class="org.wso2.carbon.user.core.ldap.ApacheDSUserStoreManager">
            <Property name="ReadOnly">false</Property>
            *<Property
name="ConnectionURL">ldap://localhost:10390</Property>*

......
</UserStoreManager>


-- 
Regards,

Tharindu
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to