Note now that if two servers use qpid, even if indirectly through
dependencies you need to change the config located at
$SERVER_HOME/repository/conf/qpid/etc/config.xml

<port>5672</port>

On Thu, Mar 10, 2011 at 3:02 PM, Charitha Kankanamge <[email protected]>wrote:

>
> Noted. Thanks for the information.
>
> /Charitha
>
> On Mon, Mar 7, 2011 at 11:21 PM, Tharindu Mathew <[email protected]>wrote:
>
>> 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
>>
>>
>


-- 
Regards,

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

Reply via email to