Title: Re: Different Instances of dbxml ?
Am 07.02.2002 22:21 Uhr schrieb "Amit Rohatgi" unter <[EMAIL PROTECTED]>:

Hi,

I have a question regarding running two different instances of dbxml over the same machine? I have tried running two different server insatnces at different port no's and it is running fine but using dbxml I can connect to the db default instance of db running at port 4080.

If I try to give the -u options I always gets an exception. And all this leaves me in jeopardy of how to run and access two different servers at the same time.

Did anybody among you have had tried this?

dbXML user


Some weeks ago, I had a dbXML and a Xindice server running in parallel.
I had some difficulties using the command line but from within a java prog it
worked fine. You only need a line like this to specify the port number:

database.setProperty("xindice.naming.ior", "http://summit-bmt.fh-hannover.de:4081/NamingService”);


--
Carsten Ziegert
Fachhochschule Hannover
FB Informations- und Kommunikationswesen
Ricklinger Stadtweg 120
30459 Hannover
++49-511-9296-768
http://summit-bmt.fh-hannover.de

Reply via email to