Be careful with that. You could could find your account deleted if they
find out you are modifying the cfadmin settings, as messing with the
cfadmin can potentially kill every site on the server.
This is why a lot of hosts do not allow CreateObject()


Snake
-----Original Message-----
From: "Phillip Holmes" <[EMAIL PROTECTED]>
To: CF-Talk <cf-talk@houseoffusion.com>
Date: Sat, 17 Jun 2006 13:04:53 -0500
Subject: RE: host does not offer cf mappings

> 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:243981
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to