[[PageOutline]] = Reactor Configuration Setting Definitions = In your !ColdSpring.xml file, the reactorConfiguration bean is used to define the configuration settings for the Reactor framework. Changing these parameters alters the behavior of the framework. This document explains each setting and its behavior. == DSN == The datasource name reactor is to use. == Mapping == The directory in which to place generated CFC files. == Mode == Possible values are PRODUCTION, DEVELOPMENT, and ALWAYS. PRODUCTION will never inspect database tables for changes. DEVELOPMENT will inspect database table for changes and regenerate files as necessary. ALWAYS will regenerate files on every request to the !ReactorFactory. == PathToConfigXML == The path (acted upon by expandPath()) to the Reactor.xml file used to relate objects. == Project == The name of this project. This will be the name of a subdirectory in /reactor/project. == Type == The database type to use, such as mysql or mssql. See Reactor's documentation for all available values.