Changeset 1518

Show
Ignore:
Timestamp:
05/17/08 18:34:42 (5 years ago)
Author:
lmajano
Message:

Updates to comments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/ApplicationTemplate/config/coldbox.xml.cfm

    r1517 r1518  
    1212                     Create a cf mapping and enable this value.  
    1313                     /MyApp /var/www/html/tomcat/deploy/bluedragon/MyAppFolder 
     14                 
     15                If you are using a coldbox app to power flex/remote apps, you NEED to set the AppMapping also. In Summary, 
     16                the AppMapping is either a CF mapping or the path from the webroot to this application root. If this setting 
     17                is not set, then coldbox will try to auto-calculate it for you. Please read the docs. 
     18                 
    1419                <Setting name="AppMapping"                                      value="/MyApp"/>       
     20                 
    1521                --> 
    1622                <!--Default Debugmode boolean flag (Set to false in production environments)-->