Hello, I am running Blackdown Java 1.3.1, tomcat 4.0.4 and CVS Xindice under Linux. I can browse the system collection with the (not so) UGLY DEBUG TOOL at http://localhost:8180/xindice-1.1b/.
On the command line, I try to add a collection with $ bin/xindice ac --collection /db --nameOf test I get: ERROR : Collection not found! Can anybody help? What is wrong? I looked at the sources. I am not comfortable with Java, XML and the like. All I found so far, is that the AddCollection class (src/org/apache/xindice/tools/command/AddCollection.java) has a execute method. There, DatabaseManager.getCollection() is called with a colstring parameter "xmldb:xindice:///db". This collection URI does not look right to me but I do not know what to put in. Thanks.
