<cfcomponent> <!--- Define application. ---> <cfapplication name="CFApp In AppCFC" /> <!--- Define page settings. ---> <cfsetting requesttimeout="5" /> <!--- Set an application variable just to be able to echo something out in our CFDump. ---> <cfset APPLICATION.CFAppTest = "Interesting" /> </cfcomponent>