| | 1 | [[PageOutline]] |
| | 2 | |
| | 3 | = Reactor Configuration Setting Definitions = |
| | 4 | |
| | 5 | In your !ColdSpring.xml file, the reactorConfiguration bean is used to define the configuration settings for the Reactor framework. |
| | 6 | |
| | 7 | Changing these parameters alters the behavior of the framework. |
| | 8 | |
| | 9 | This document explains each setting and its behavior. |
| | 10 | |
| | 11 | == DSN == |
| | 12 | |
| | 13 | The datasource name reactor is to use. |
| | 14 | |
| | 15 | == Mapping == |
| | 16 | |
| | 17 | The directory in which to place generated CFC files. |
| | 18 | |
| | 19 | == Mode == |
| | 20 | |
| | 21 | Possible values are PRODUCTION, DEVELOPMENT, and ALWAYS. |
| | 22 | |
| | 23 | PRODUCTION will never inspect database tables for changes. |
| | 24 | |
| | 25 | DEVELOPMENT will inspect database table for changes and regenerate files as necessary. |
| | 26 | |
| | 27 | ALWAYS will regenerate files on every request to the !ReactorFactory. |
| | 28 | |
| | 29 | == PathToConfigXML == |
| | 30 | |
| | 31 | The path (acted upon by expandPath()) to the Reactor.xml file used to relate objects. |
| | 32 | |
| | 33 | == Project == |
| | 34 | |
| | 35 | The name of this project. This will be the name of a subdirectory in /reactor/project. |
| | 36 | |
| | 37 | == Type == |
| | 38 | |
| | 39 | The database type to use, such as mysql or mssql. See Reactor's documentation for all available values. |