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.h...@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



Reply via email to