If you're on CF8, in your Application.cfc you can create a mapping with like so
<cfset THIS.mappings["yourMapping"] = THE_PATH_TO_A_DIRECTORY> If you're not on CF8, I think you might need to get your host to create the mapping for you (I think that's the deal with CFDeveloper). Adrian http://www.adrianlynch.co.uk/ -----Original Message----- From: Jim Green Sent: 27 December 2007 10:43 To: CF-Newbie Subject: mapping I am going round in circles trying to map my site on a host. I have Seth Duffy's CFCPhotoblog up and running on my local MX& server. I have put the application on host CFDeveloper but I get the following error back. Could not find the ColdFusion Component or Interface coldspring.beans.DefaultXmlBeanFactory The error occurred in D:\wwwroot\mysite.com\wwwroot\ModelGlue\unity\ModelGlue.cfm: line 77 Called from D:\wwwroot\mysite.com\wwwroot\ModelGlue\ModelGlue.cfm: line 27 Called from D:\wwwroot\mysite.com\wwwroot\index.cfm: line 41 75 : <!--- Create ColdSpring ---> 76 : 77 : <cfset _modelglue.beanFactory = createObject("component", "coldspring.beans.DefaultXmlBeanFactory"). I have been told by Seth that I need to create a mapping but don't have the experience for this and can't get my head round why it can't see the coldspring folder. Reading up on Application mapping has not been helpful. I really need an example and explanation. Hope someone can help......... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3217 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
