> Second, I know that in the J2EE config a significant > performance increase may be seen by placing static content > outside of the cfusion context root. Does this apply to the > CFMX Standard as well?
With CFMX Standard, the context root is "/", so every request is routed through the CF module for your web server to determine whether CF should handle it. So, on CFMX Standard, you won't get that performance increase. I'm not sure how significant it is, at any rate - my mileage has varied, especially since most of the things I'm working with are all dynamic except for images, SWFs, and the like. If you want requests for those things not to pass through the CF module, you can set up another virtual server or directory that doesn't process CF requests at all, and fetch your static content from that. The virtual server can even use the same root directory as your CF-enabled virtual server, if you like. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196416 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

