Ole Ersoy wrote:
Hi,I was wondering if it's possible for a network client to connect to a derby instance running in embedded mode.
Please take a look at this example and see if it is what you need: http://db.apache.org/derby/docs/10.4/adminguide/radminembeddedserverex.htmlAn easier way to start network server in the same jvm as your embedded application is with the derby.drda.startNetworkServer property.
http://db.apache.org/derby/docs/10.4/adminguide/radminconfigstartnetworkserver.html Kathey
