Hi, I know, this is probably very basic. I've looked up and down the archives, google, and asked Java gurus around, and can't find a solution. Here's the problem: *I've installed tomcat and xindice 1.1b4 as a .war, renaming it, as usual, to xindice.jar . The installation shows up correctly, with a db collection and whatnot. *I install the .jar and try to use it from the command line. Same machine, same jdk (blackdown 1.4 on Ubuntu). This is the command line: -- [EMAIL PROTECTED]:~/tmp/xindice-1.1b4/bin$ ./xindice.sh lc -c xmldb:xindice://localhost:8180/xindice/db trying to register database ERROR : Collection not found! -- The rest of the files have defaul values. I'm not sure it even connects to the server. What am I doing wrong?
I'm trying to use it to teach XML databases to telecom engineering students; I'm mainly interested in the XML-RPC interface, which works perfectly, but I'd like, while I'm at it, show them a bit on XML databases. Lots of thanks for any help/hint JJ