Antonio

I believe for option #2 all you have to do is in ./config/system.xml add an a 
service entry for your new DB instance. Ensure that when you query the DB you 
specify in the xmldb.url the correct database instances.


 #2 Option
>    o one apache-httpd/appserver
>    o one Orb
>    o two Xindice database instance

-- 
 <service class="org.apache.xindice.server.services.XindiceService" 
name="Xindice">
        <root-collection dbroot="./db/" name="db" security="false">
           <queryengine>
              <resolver autoindex="false" 
class="org.apache.xindice.core.query.XPathQueryResolver" />
              <resolver 
class="org.apache.xindice.core.xupdate.XUpdateQueryResolver" />
           </queryengine>
        </root-collection>
     </service>
     <service class="org.apache.xindice.server.services.XindiceService" 
name="Xindice">
        <root-collection dbroot="./db1/" name="db1" security="false">
           <queryengine>
              <resolver autoindex="false" 
class="org.apache.xindice.core.query.XPathQueryResolver" />
              <resolver 
class="org.apache.xindice.core.xupdate.XUpdateQueryResolver" />
           </queryengine>
        </root-collection>
     </service>


Best Regards.

JC.
==================================================================
[EMAIL PROTECTED]
=================================================================

Reply via email to