Philipp Dev wrote:

Hi

I must admit, that I'm also a bit confused with this behaviour.
Your xindice command line tool is looking for a xindice webapp at port 8888



[DEBUG] CollectionImpl - -Using URL: 'http://127.0.0.1:8888/xindice/'


If you start your built in jetty like described here http://wiki.apache.org/xindice/InstallationBuiltInJetty

and do the same command you will get the wanted result which normaly would
look like

C:\java>xindice lc -c /db
trying to register database

       system
       meta
       yourcollectionhere

Total collections: 3



But a question bother me:
Wasn't the command line tool independant from the server in earlier builds?


Command line tool by default connects to the remote xindice server via xmlrpc. It has an option of accessing local database files using option -l:
xindice lc -l -c /db


AFAIR, it always was this way.

Vadim



Reply via email to