These are my first steps with dbXML - oops - Xindice. I ran the Example1.java and it worked fine. Then I modified it to access DB remotely and I get error message:
XML:DB Exception occured 1 A connection to the Database instance 'db' could not be created. Error: http://localhost:4080/db.ior // This works: col = DatabaseManager.getCollection("xmldb:dbxml:///db/mydata"); // While this doesnt work: col = DatabaseManager.getCollection ("xmldb:dbxml://localhost:4080/db/mydata"); dbXML.log for both requests looks like this: 127.0.0.1 - - Dec-13-2001 16:35:32 - - GET ./docs/db_bootstrap.ior 200 326 127.0.0.1 - - Dec-13-2001 16:35:49 - ERROR - File Not Found: ./docs/db.ior I read the section in the dev guide but I cant figure out why it fails. This is 1.0b4 on Windows. Any help is appreciated. TIA Guido
