root/coldbox/trunk/src/index.cfm @ 867

Revision 867, 0.7 kB (checked in by lmajano, 6 years ago)

updates.

Line 
1<cfsetting enablecfoutputonly="true">
2<!-----------------------------------------------------------------------
3Template :  index.cfm
4Author   :      Luis Majano
5Date     :      September 15, 2005
6Description :
7        This is the index file of your application. This template just needs
8        a cfinclude to the frameworks coldbox file.
9
10Modification History:
11
12----------------------------------------------------------------------->
13
14<cfinclude template="system/coldbox.cfm">
15
16<cfdump var="#application.cbcontroller.getConfigSettings()#" label="App Config Settings" expand="false">
17<cfdump var="#application.cbController.getColdboxOCM().getObjectPool().getPool()#" label="Pool Metadata" expand="false">
18<cfsetting enablecfoutputonly="false">
Note: See TracBrowser for help on using the browser.