Changes between Initial Version and Version 1 of ReferenceMaterials/ColdSpringXmlReference/ReactorConfiguration

Show
Ignore:
Timestamp:
04/15/09 19:43:31 (17 years ago)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/ColdSpringXmlReference/ReactorConfiguration

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