mark boylan wrote:
Hi.
I know, I've read everywhere that multiple Derby instances cannot
connect to the same embedded database. But I have to ask... Is it
possible to do this if the database is always read-only (in a compressed
jar) and every instance has its own temp directory defined in
derby.properties? I need a reference database for my application and
it's pretty big. I don't want to make a copy for each individual user
and I won't be able to run it as a server.
Thanks.
- mark
Yes. you should be able to do that if it is a jar file , not sure
about compressed jar though. More info isavailable in the following
doc, if you have not already looked at :
http://db.apache.org/derby/docs/10.1/devguide/cdevdeploy11201.html
Thanks
-suresht