You can set persistent system-wide properties in a text file called
derby.properties, which must be placed in the directory specified by the
derby.system.home property. There is one derby.properties
file per system, not one per database. The file must be created in the system
directory. In a client/server environment, that directory is on the server.
(For more information about a
Instead, you must create, write, and edit this file yourself.
The file should be in the format created by the java.util.Properties.save method.
The following is the text of a sample properties file:
Properties set this way are persistent for the system until changed, until
the file is removed from the system, or until the system is booted in some
other directory (in which case