On Monday, Mar 17, 2003, at 10:37 US/Pacific, Dave Carabetta wrote: >> /data/www/appserver/cfmx/ - all the CF source code >> /data/www/appserver/cfmx/config/ - XML / cfm configuration files >> /data/www/appserver/cfmx/extensions/components/ - CFC tree >> /data/www/appserver/cfmx/extensions/customtags/ - custom tags >> /data/www/appserver/cfmx/extensions/includes/ - mapped directory of >> includes >> /data/www/appserver/cfmx/wwwroot/ - cfm docroot > Sean, what's the difference between the "/data/www/appserver/cfmx/" > directory and the "/data/www/appserver/cfmx/wwwroot/" directories in > your > setup (all the CF source code vs. the CFM docroot)?
In the above structure, the ColdFusion document root is wwwroot - the other stuff under cfmx is not web-accessible (and is only accessed via mappings or custom tag paths). But it keeps all the CF stuff together in one directory. See entries in my blog for setting up an 'external' wwwroot with CFMX for J2EE. Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

