Hi,

ports are correct, just the default ones.

I've copied the usr-mgt.xml on both servers.

i attach it.

I'm on Windows XP , JRE 1.6, and i have the 2 standalone servers

thanks in advance.

On Wed, Jun 23, 2010 at 11:43 AM, Yumani Ranaweera <[email protected]> wrote:

> Hi,
>
> Please give me a moment, I'm trying your setup to reproduce the issue.
>
> Just to reiterate your env, I assume you have an IS started in 9443/9763
> and GS started in 8443/8080 with their own default H2 databases, while both
> are connected to a single LDAP user store.
>
> Regards,
> Yumani
>
>
>
>
> 2010/6/23 Víctor Álvarez <[email protected]>
>
>> Hello,
>>
>> I get the Database is already in use and can't start the second server...
>>
>> How can I run the 2 servers versus the same LDAP ?
>>
>> Thanks!
>>
>> --
>> Víctor Álvarez
>> Incoming IT www.incomingIT.com
>> www.twitter.com/incomingIT
>> Escribiendo en y sobre Accesibilidad Web:
>> http://accesibilidad.blogspot.com
>>
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Yumani Ranaweera
> WSO2, Inc. - http://wso2.org
> Email : [email protected]
> Cell    : +94 077 7795242
> Blog   : http://yumani.blogspot.com/
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Víctor Álvarez
Incoming IT www.incomingIT.com
www.twitter.com/incomingIT
Escribiendo en y sobre Accesibilidad Web: http://accesibilidad.blogspot.com
<!--
  ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~ http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
        
<UserManager>
    <Realm>
        <Configuration>
				<AdminRole>admin</AdminRole>
                <AdminUser>
                     <UserName>victor</UserName>
                     <Password>XXXXXX</Password> 

                </AdminUser>
            <EveryOneRoleName>everyone</EveryOneRoleName> <!-- By default users in thsi role sees the registry root -->
            <ReadOnly>true</ReadOnly>
            <MaxUserNameListLength>500</MaxUserNameListLength>
            <Property name="url">jdbc:h2:repository/database/WSO2CARBON_DB</Property>
            <Property name="userName">wso2carbon</Property>

            <Property name="password">wso2carbon</Property>
            <Property name="driverName">org.h2.Driver</Property>
            <Property name="maxActive">50</Property>
            <Property name="maxWait">60000</Property>
            <Property name="minIdle">5</Property>
        </Configuration>

        <!-- Active directory configuration follows -->
       <!-- <UserStoreManager
            class="org.wso2.carbon.user.core.ldap.LDAPUserStoreManager">
            <Property name="DomainCalculation">default</Property>
            <Property name="ConnectionURL">ldap://localhost:8580</Property>
            <Property name="ConnectionName">cn=Directory Manager,cn=Root DNs,cn=config</Property>
            <Property name="ConnectionPassword">admin</Property>
            <Property name="UserSearchBase"></Property>

            <Property name="UserNameListFilter">(objectClass=inetOrgPerson)</Property>
            <Property name="UserNameAttribute">sAMAccountName</Property>
            <Property name="ReadLDAPGroups">true</Property>
            <Property name="GroupSearchBase">cn=Directory Manager,cn=Root DNs,cn=config</Property>
            <Property name="GroupSearchFilter">(objectcategory=group)</Property>
            <Property name="GroupNameAttribute">cn</Property>

            <Property name="MemberOfAttribute">memberOf</Property>
        </UserStoreManager>
		-->
		
		<UserStoreManager class="org.wso2.carbon.user.core.ldap.LDAPUserStoreManager">
<Property name="ConnectionURL">ldap://localhost:8680</Property>
<Property name="ConnectionName">cn=victor,dc=dominio,dc=com</Property>
<Property name="ConnectionPassword">victor</Property>
<Property name="UserSearchBase">dc=dominio,dc=com</Property>
<Property name="UserNameListFilter">(objectClass=inetOrgPerson)</Property>
<Property name="UserNameAttribute">cn</Property>
<Property name="ReadLDAPGroups">false</Property>
<Property name="GroupSearchBase">dc=dominio,dc=com</Property>
<Property name="GroupSearchFilter">(objectClass=groupOfNames)</Property>
<Property name="GroupNameAttribute">cn</Property>
<Property name="MembershipAttribute">member</Property>
</UserStoreManager>
		
        <AuthorizationManager
            class="org.wso2.carbon.user.core.authorization.JDBCAuthorizationManager">
        </AuthorizationManager> 
    </Realm>
</UserManager>

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

Reply via email to