Date: 2004-02-05T19:10:14
   Editor: VadimGritsenko <[EMAIL PROTECTED]>
   Wiki: Xindice Wiki
   Page: XindiceFAQ/XindicePort
   URL: http://wiki.apache.org/xindice/XindiceFAQ/XindicePort

   no comment

New Page:

#pragma section-numbers off

=  How to change Xindice Command Line tool port number? =

By default, Xindice command line tool tries to connect to the database located 
on the localhost, on the port 8888. Command line for querying database on 
default location is:
{{{
bin\xindice lc -c /db
}}}

Where {{{-c}}} specifies the ''context'' for the command line tool. Value of 
the context can be valid XML:DB URL. It has a form of:
{{{
xmldb:xindice://host:port/db
}}}

So, if you are running your database on different port number (say, 8080), you 
should simply use following command line:
{{{
bin\xindice lc -c xmldb:xindice://localhost:8080/db
}}}

Reply via email to