Hi,

 > I'm running latest snapshot of xindice1.1 on tomcat4.1(W2K). Tomcat runs on
> the default port 8080. No problem accessing debug tool
> (hpsd0139:8080/Xindice) and to drill into the database. No such luck with
> the remote access. 

Can you tell me what's your "getCollection" url when you 
connect localy to your tomcat xindice database instance?


> 
> My client code on the separate W2K machine is this:
> 
> String driver = "org.apache.xindice.client.xmldb.DatabaseImpl";
> Class c = Class.forName(driver);
> Database database = (Database) c.newInstance();
> DatabaseManager.registerDatabase(database);
> col = DatabaseManager.getCollection("xmldb:xindice://hpsd0139:8080/db");
> 
> it fails with this message
> 
> org.xmldb.api.base.XMLDBException: A connection to the Database instance
> 'db' could not be created. Error: http://hpsd0139:8080/db_bootstrap.ior
> 

When you look to the change of the xindice 1.1b, they said they have 
change the corba solution to xmlrpc or embded solution...

I think we should connect via xmlrpc, but i didn'y find any examples...

So if you had some, thanks in advance for forwading information!!!

I hope it could help you...

Jay

> I searched the archives and didn't find the answer
> 
> Thanks for helping,
> 
> Bob Stone
>

Reply via email to