What Charlie pointed out was simply a syntax issue separate from what
appears to be a permissions problem.

Your error seems to be that ColdFusion does not have read access to the
web-inf directory.  What user is ColdFusion running under?  If CF starts
with Windows as a service, a user can be specified for that service. 
The default with windows is "System".  If this is your production
server, I would recommend creating a special user for CF to run as which
is NOT an administrator for security's sake.  That user will need access
to the web-inf directory among other things.  BTW: component.cfc is the
base object that all components inherit from.

Here is a knowledge base article on the subject:
http://kb2.adobe.com/cps/172/tn_17279.html

~Brad

-------- Original Message --------
Subject: Re: ajaxCFC Access Denied
From: David Torres <djt...@yahoo.com>
Date: Tue, June 16, 2009 5:21 pm
To: cf-talk <cf-talk@houseoffusion.com>


Thank you for replying,

I made the change:
<cffunction name="setPermUser" returntype="any" hint="Set User
Permission" access="remote"> 

Still the same error. 

David 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323564
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to