Hello All! This post relates to Jen N's on Extending Application.cfc.
We have multiple environments set up on both Windows and Unix, with Unix being our production. Since moving to Unix, we replaced the so convenient CGI.REMOTE_USER with a process that calls web services, stored procedures and overall, not nearly as nice to use. As it is, what we are working on is two parts. First the application shell which handles all items common to part 2, the sub applications. The application shell is also the piece that will handle the time out for any application that is open below it, with the possibility of up to 4 open at the same time, in different frames. The catch here is the application container does not sit on the wwwroot for all the environments, and it may even sit at different levels of the development environment. I need to mention that as I had seen reference to creating a proxyApplication.cfc. From my research, it appears that will only work if the application folder resides on wwwroot. One environment may look like this wwwroot |-ContainerApplication -Application ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274243 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

