> When you create a database with Derby, you can specify an absolute database
> location path as part of the JDBC connection URL; so you can place a database
> on a particular drive, whether it is a shared one or not.
>
> What you cannot do is place the database transaction journal log file on a
> separate drive.
I was under the impression that it was possible and also recommended for
performance reasons.