Dear Wiki user, You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification.
The following page has been changed by JohnSisson: http://wiki.apache.org/geronimo/DerbySystem_GBean The comment on the change is: add some more info about the GBean ------------------------------------------------------------------------------ = Overview = The `DerbySystem` GBean instantiates a single instance of the Derby database engine and the environment in which it runs. In Derby terminology this is known as a "Derby System". Refer to the [http://incubator.apache.org/derby/manuals/index.html Derby Developer's Guide] for detailed information on a Derby System. + + = Started By = + This GBean is started by the `org/apache/geronimo/SystemDatabase` configId, that is a child of the `org/apache/geronimo/Server` configId.[[BR]] + + Note for developers: The plan for the `org/apache/geronimo/SystemDatabase` configId is located at `geronimo/modules/assembly/src/plan/system-database-plan.xml` = GBean Attributes = @@ -16, +21 @@ Note that if you change the value of the `DerbySystem` GBean's `derbySystemHome` attribute whilst Derby is running, the change does not take effect until the DerbySystem GBean is restarted. = Derby log files = - A derby.log file will be created in the Derby system directory. The amount of information logged to this file can be controlled via the derby.properties file (read below). + A derby.log file will be created in the Derby system directory. The amount of information logged to this file can be controlled via the `derby.properties` file (read below). = Further configuration of Derby = A `derby.properties file` can optionally be placed in the Derby system directory to further control the operation of the Derby System. Refer to the [http://incubator.apache.org/derby/manuals/index.html Tuning Derby manual] for further information on the Derby properties.[[BR]][[BR]]