Create the mapping yourself if they won't do it for you. You can do it
programmatically like so:

<cfscript>
        // setup my mapping
        factory = createObject('java','coldfusion.server.ServiceFactory');
        mappings = factory.runtimeservice.getMappings();
        mappings['/phillipholmes'] = "e:\wwwroot\phillipholmes\";
</cfscript>


Warmest Regards,
 
Phillip B. Holmes
http://phillipholmes.com


 

-----Original Message-----
From: Stan Winchester [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 17, 2006 1:00 PM
To: CF-Talk
Subject: Re: host does not offer cf mappings

I have tried that already, but CF still cannot find the CFC's.
Thanks for the idea.
>You could also put a named path in your application.cfm via a cfset 
>with the value being the path in question...
>
>Eric



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243965
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

Reply via email to