Changeset 1518
- Timestamp:
- 05/17/08 18:34:42 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/ApplicationTemplate/config/coldbox.xml.cfm
r1517 r1518 12 12 Create a cf mapping and enable this value. 13 13 /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 14 19 <Setting name="AppMapping" value="/MyApp"/> 20 15 21 --> 16 22 <!--Default Debugmode boolean flag (Set to false in production environments)-->
