Hi Ray, in Railo 1.1 you can configure this setting. In the Railo administrator you will be able to set the Application Listeners as follows:
Type: none - No Application.cfm and Application.cfc will be included classic - First look for Application.cfm and after the request for OnRequestEnd.cfm (like < CF7) modern - Look only for Application.cfc mixed - Looks for Application.cfc and if not existing for Application.cfm/OnRequestEnf.cfm (Like >= CF7) Mode: Current: Look only in the current directory for one of the files above Root: Look only in the root directory for one of the files above Curr2Root: Like CF So you can configure Railo in the way you like... Greetings / GrĂ¼sse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: deutsch: http://de.groups.yahoo.com/group/railo/ english: http://groups.yahoo.com/group/railo_talk/ Ray Champagne schrieb: > Say I have the following directory/file structure: > > > > /root > > - Application.cfc > > - Index.cfm > > /subdirectory > > o Application.cfm > > o index.cfm > > > > My question is, since there is an Application.cfc in the parent directory, > will the Application.cfm file be processed when calling > /root/subdirectory/index.cfm, or will the Application.cfc be read? I know > when a .cfm and a .cfc reside in the same directory, the .cfc is used, but > I'm not sure about the above situation. > > > > Thanks, > > > > Ray > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264439 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

