RE: problem with xindicebrowser alexander schatten

2008-06-06 Thread Kurt Kavanaugh
when troubleshooting. Kurt -Original Message- From: Natalia Shilenkova [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 2:57 PM To: xindice-users@xml.apache.org Subject: Re: problem with xindicebrowser alexander schatten I took a look at the browser in question and it looks like it won&#x

Re: problem with xindicebrowser alexander schatten

2008-05-28 Thread lunapolar
It's a good idea, I will try to use xindice 1.2-dev, I didn't realise about de updates of xindicebrowser. Regards, Cristina. Natalia Shilenkova wrote: > > I took a look at the browser in question and it looks like it won't be > so easy to run it. Incorrect URL is a minor problem, however, it

Re: problem with xindicebrowser alexander schatten

2008-05-27 Thread Natalia Shilenkova
I took a look at the browser in question and it looks like it won't be so easy to run it. Incorrect URL is a minor problem, however, it appears that the browser hasn't been updated since Xindice 1.0rc1 and now requires some code changes in order to work with Xindice 1.1. Unless you feel like divin

Re: problem with xindicebrowser alexander schatten

2008-05-27 Thread Andre Juffer
Xindice is usually deployed as a webapp and requires a servlet engine to run. If you use tomcat as your servlet engine, you would need to use: xmldb:xindice://localhost:8080/ With jetty, you would use xmldb:xindice://localhost:/ (localhost could also another name, that is the name of your

Re: problem with xindicebrowser alexander schatten

2008-05-27 Thread lunapolar
I've read the config.xml archive and I think the URL is correct: - org.apache.xindice.client.xmldb.DatabaseImpl - xmldb:xindice:// /db The URL would be xmldb:xindice:///db What I cannot find is the port. Regards, Cristina. Natalia Shilenkova wrote: > > On Tue, May 27,

Re: problem with xindicebrowser alexander schatten

2008-05-27 Thread Natalia Shilenkova
On Tue, May 27, 2008 at 10:26 AM, lunapolar <[EMAIL PROTECTED]> wrote: > > Hello!! > > I'm using xindice for my final proyect. I've run addressbook using the > command line tool and also using netbeans and all go great. > > But now I've think of using xindicebrowser to manage xindice. > > I got it