You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Thomas <Th...@t-online.de> on 2011/01/09 14:16:35 UTC

Is it possible to run multiple network servers in parallel?

Hi,

is it possible to run for example a network server in version 10.6 in parallel
to running the current version 10.7 on one and the same (server) machine? If so,
how would a client program like IJ know to which server to connect to?

Thanks


RE: Is it possible to run multiple network servers in parallel?

Posted by "Bergquist, Brett" <BB...@canoga.com>.
Yes, just start each server on a different port:

http://db.apache.org/derby/docs/10.6/adminguide/

Your connection URL for your client specifies the host and port to connect to:

   jdbc:derby://<host>:<port>/<database>

so just adjust your URL for the host and different server ports.

________________________________________
From: Thomas [Thomas.K.Hill@t-online.de]
Sent: Sunday, January 09, 2011 8:16 AM
To: derby-user@db.apache.org
Subject: Is it possible to run multiple network servers in parallel?

Hi,

is it possible to run for example a network server in version 10.6 in parallel
to running the current version 10.7 on one and the same (server) machine? If so,
how would a client program like IJ know to which server to connect to?

Thanks