Dave Francis wrote: > Can someone pls clarify. From the Adobe site, it reads as if Standard > Edition (of CFMX 7) supports one site only; if you are running 2 or more > sites, even on one server, you need Enterprise? > Standard can only support one INSTANCE of ColdFusion running on one server with up to two CPU's. That instance can run as many websites as you care to point to it, only restricted by how much load you want to throw at the thing.
Enterprise allows you to create multiple INSTANCES of ColdFusion running on one server with up to two CPU's. Each instance can be configured to run one or more web sites depending on how much load you want to throw at each one. > 2nd question. Does CFMX developer edition <CFFILE> allow me to "see" the > file structure on another box. Somebody said yes, but CF has to be logged in > somehow, and gave me very straightforward directions for doing that - which > I immediately lost. Recap for the dumb kid at the back, please? > Nope <cffile...> won't all you to see any file structure anywhere. <cfdirectory...> on the other hand can read file structures. For either one, by default, ColdFusion is configured to use the 'localsystem' user. This user can only read resources on the local system --- appropriately named user that. If you need CF to have access to utilize resources on other systems across a network, it needs to be configured to run under a user that has permissions to do so. On window's system this is done in the Services Panel by changing what user the ColdFusion service(s) run under. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| CF 8 â Scorpio beta now available, easily build great internet experiences â Try it now on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281810 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

