Hi Vijay --
I ran into this just last week.
The client code assumes that xindice is mounted at /Xindice/ in the web
server. At the moment that can't be adjusted (although I submitted a
patch for it just a couple of days ago). So rename your war file to
Xindice.war, and it'll probably start working fine.
Oh, and if I recall correctly, you don't want the servlet path in the
xmldb url. I think it should be:
> xindice lc -c "xmldb:xindice://localhost:8080/db"
Hope that helps...
Gary
On Tue, 25 Feb 2003, at 11:19 [-0600], Vijay Murthi ([EMAIL PROTECTED]) wrote:
> Is it possible using existing command line tools to run against a
> network version of Xindice i.e., servlet?
>
> I couldn't find docs to explain how this can done (or) couldn't get
> help from user mailing list. May be developers could help me!
>
> Just a simple example to list collection in a collection context "db".
>
> With xindice-embed its like
>
> xindice lc -c "xmldb:xindice-embed:///db" -l
>
> I can even use "-d" option.
>
> For network access, I tried
> xindice lc -c "xmldb:xindice://localhost:8080/xindice-1.1b/db"
> xindice lc -c "xmldb:xindice://localhost:8080/xindice-1.1b?/db"
> etc. But no success!
>
> So how should I talk to a Xindice servlet running at URL
> http://localhost:8080/xindice-1.1b
> using command-line tool?
>
> Thanks in advance,
> Vijay.
>
>
>