Suraj Batuwana wrote:
I am not sure I got what you tring to say.
What is embedded network server ?
It's the network server for Derby running within the same JVM as your
application, in this case WebSphere. Then your application continues to
use the embedded driver to connect to Derby, while any other application
running outside the JVM can use the Derby network client to connect to
the Derby engine running in WebSphere via the network server.
Look at this presentation:
http://db.apache.org/derby/binaries/djd_derby_intro.pdf
Slides 47-54 show the network server and running it as an embedded server.
Slide 59 shows the network server embedded in an application server
which is what I'm suggesting for you.
For details on how to start the network server look here:
http://db.apache.org/derby/docs/10.2/adminguide/tadminconfig814963.html
Dan.