Hi Everyone,
Thanks (Tusen Takk) you so much for all the helpful links and advice. My
application uses Derby embedded to avoid the network latency, but having a peak
at what's happening from my IDE (Outside of unit tests) is helpful, so this is
perfect.
Thanks again,
- Ole
Kathey Marsden wrote:
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.html
An 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