On Tue, Jun 16, 2009 at 3:11 PM, David Torres <[email protected]> wrote:

>
> Hello,
>
> I have worked on a web app on my computer using AjaxCFC. All is working as
> desired and now is time to move it to production.
>
> When I started going over my changes in production, I have the following
> error:
>
> "Access denied(java.io.filepermission
> C:\coldfusion8\wwwroot\web-inf\cftags\componet.cfc read)"
>
> I moved the ajax.cfc from the root folder to the component folder where all
> my other components are, and it worked for a moment. Then I continued
> testing other parts of my project, and I've got the same error again.
>
> My components start with something like this:
> "<cfcomponent displayname="Intranet Section" extends="ajax"
> access="remote">"
>
>
The access="remote" should be in the <cffunction> tag, not the <cfcomponent>
tag?

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:323562
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