Re: xindice tool and port number

Georg Sauer-Limbach <[email protected]> Thu, 08 May 2008 10:22:21 +0200
Newsgroups gmane.text.xml.xindice.user
Message-ID <[email protected]>
Use a xindice xmldb URL like this:

xindice.sh add_collection -c xmldb:xindice://127.0.0.1:8080/db/whatever 
-n ........

Otherwise it uses the default, which is localhost:8888.

> I did a search via Google and the mailing list and I can't seem to 
> find a solution.  The xindice cmd-line tool apparently checks for 
> Xindice at port 8888.  This is not what I want.  I checked the script 
> itself and all my config files and can't find anywhere where the 
> digits 8888 appear.  How do I tell the cmd-line tools where exactly 
> the server is? The only direct reference I could find directed me to 
> the wiki for an environment variable, but I can't find anything there 
> either.
>
> I was walking through the 1.1 admin guide and simply trying to add a 
> collection: xindice add_collection -c /var/db/xindice/sdg -n users
>
> Colophon:
>   - Xindice 1.1
>   - Tomcat 5.5
>   - Debian Linux (etch)
>
> Thanks again for your help.