On 03/16/10 15:29, Kristian Waagan wrote: > On 16.03.10 14:01, Gabriele Kahlout wrote: >> and then, are these property settings permanent (stored by derby in >> some way), or do I need to set them at each app execution? >> > > The two properties mentioned must be set each time Derby is booted. More > about properties in the Reference Manual [1]. > > As a side note, you can also control the value of derby.system.home by > changing the current working directory before starting the VM (this is > probably not a feasible solution in most cases).
It is possible to make derby.stream.error.file permanent by setting it in derby.properties in the directory pointed to by derby.system.home (or the current working directory if derby.system.home is not set). -- Knut Anders
