This chapter describes the methods that you implement in Application.cfc to handle Macromedia ColdFusion MX 7 application events. It also describes the variables that you set in the CFC to configure application characteristics.
Note: Although Windows is case-insensitive, Macromedia recommends that you always start the Application.cfc filename with an uppoercase A. Both application.cfc and Application.cfc are reserved words.
Note: If your application has an Application.cfc, and an Application.cfm or onRequestend.cfm page, ColdFusion MX ignores the CFM pages.