I am no expert either.

But I'll tell you what is actually happening.

When setting the application name, client enable etc.

You will want to do this

 this.name = "Application Name"

I suggest you read the docs, on application.cfc and setting Application Name.

Now the reason could be one of two things, but here is what I see
happening. <cfapplication> sets application variables. And
application.cfc uses this variables.




On Wed, May 21, 2008 at 1:55 AM, Larry Schaberg <[EMAIL PROTECTED]> wrote:
> I am quite lost on this one as I have not experienced this yet. We have an 
> outside application that was built and I am trying to use 1 Application.cfc 
> versus an Application.cfm.  The application uses client variables so in the 
> main cfc off the root, I have:
>
> <cfapplication name="NameHere" clientmanagement="yes" sessionmanagement="yes" 
> sessiontimeout="#createtimespan(0,24,0,0)#">
>
> but in any directory I go to, if I do not have an application file in it, it 
> gives an error that the client management must be enabled. Once I drop the 
> file in that directory, the error goes away and the page loads fine. It 
> appears as though CF is not looking in the above directory (root directory) 
> for the application file.
>
>
>
> Assistance would be really appreciated.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305725
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to