Hi Jason, to my knowledge..
the "/" mapping in the CF admin maps to the default website on the server... you can try finding out what the ISP has it mapped too.. if you are lucky then they might have mapped it to ANY of the dir below.. E:\webppliance\conf\domains\digital\InetPub\wwwroot\site\ if so... then... assuming... say they mapped it to "E:\webppliance\conf\domains\digital\InetPub\wwwroot\" => "/" then you can access the components under E:\webppliance\conf\domains\digital\InetPub\wwwroot\site\components\ as "/site.components.mycfc" ok now if they havent mapped "/" to any of the directories above then... you will have to ask them to CREATE a new mapping for you say "mycfcmapping" hence you can access you cfc as "mycfcmapping.components.mycfc" also you would be better of setting the "mycfcmapping" as an Application variable.... hth joel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Coghlan Sent: Tuesday, 14 January 2003 12:18 To: CFAussie Mailing List Subject: [cfaussie] CFC Path Issue still unresolved Hi Everyone, Thanks Geoff for your reply yesterday, it has steered me down the right path I think, however I'm still having some probs. The problem again is that I am getting an error throughout my app that states: "Could not find the template" with all of my CFC's that are called using the CreateObject function and referring to the path of the cfc using dot notation to represent the full file path. The best info I have found is this: http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=8&threadid= 501559 and I am trying to implement the solution recommended in the last post as I don't want to have to get my ISP to set up paths for my apps. I have tried this out but still to no avail. I have a clue that might trigger someones memory of a similar experience which is that the site path on my ISP is like this: E:\webppliance\conf\domains\digital\InetPub\wwwroot\site\ whereas on my machine it is simply this: C:\InetPub\wwwroot\site\ Does anyone think that the way the sites are configured on the hosting server are confusing the reference to the root path??? If so does anyone have an idea that might help solve my woes. Cheers Jason --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
