Re: How to configure DB URL for xindice command tool ?
"Pascal Maugeri" <[email protected]> Fri, 5 Oct 2007 14:45:46 +0200
| Newsgroups | gmane.text.xml.xindice.user |
|---|---|
| Message-ID | <[email protected]> |
It does work. Thank you Andre and Vadim for your help and prompt response. Regards, Pascal On 10/5/07, Vadim Gritsenko <[email protected]> wrote: > Pascal Maugeri wrote: > > Hi > > > > I have a very basic question on how to configure this command line > > tool "\bin\xindice": > > > > xindice DB is deployed under jetty server and available under the URL > > http://localhost:8080/xindice-1.1/?/db > > > > how can I configure the xindice command line to point to this URL ? > > To use non default context for xindice webapp, you'd have to add an extra system > property to the java command in bin/xindice: > > -Dxindice.xmlrpc.service-location=/xindice-1.1/ > > And to use different port, use complete xmldb URL as suggested by Andre: > > xindice ... -c xmldb:xindice://localhost:8080/db/ > > > Vadim >