Dag H. Wanvik wrote:
"Robert J. Carr" <[EMAIL PROTECTED]> writes:
If you are using embedded derby, as far as I know, you can only have
one active connection to it at a time.
Just to clarify, embedded Derby supports many JDBC connections, but
cannot support multiple simultaneous boots. If two different VMs try
to boot the same enbedded database, the second boot attempt will be
denied.
I found some links related to tomcat and derby
http://db.apache.org/derby/integrate/DerbyTomcat5512JPetStor.html
www.pintux.it/docs/Derby-Tomcat-en.pdf
not directly related to the discussion but might be helpful to someone
trying to work with the two.
Narayanan