Are you using Apache or IIS?

There's two "farcry" mappings. One on your webserver and one in your
cfadmin. It looks to me like they're both setup correctly. 

"Farcry_test" is your site name or application name in cf. Farcry is setup
so that you can run multiple sites using one Farcry core/admin. If you're
only running one site with Farcry then you *should* set your site root in
your webserver as:

In IIS, set your home directory to
C:\Inetpub\wwwroot\applications\farcry_test\www
In Apache, set your Document Root to
C:/Inetpub/wwwroot/applications/farcry_test/www

Given this setup, your URL's would be:

http://127.0.0.1 (this should be your site homepage)
C:\Inetpub\wwwroot\applications\farcry_test\www\index.cfm
http://127.0.0.1/farcry/ (this is your admin)

Let me know.

~Tom



>-----Original Message-----
>From: Greg Luce [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, October 23, 2003 1:21 PM
>To: FarCry Developers
>Subject: [farcry-dev] Re: First Installation
>
>
>Yes! I can login there. I guess I'll poke around here for 
>awhile. In a nutshell, what's /farcry as opposed to 
>/farcry_test (my site name)?
>
>Greg
>
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf 
>Of Tom Cornilliac
>Sent: Thursday, October 23, 2003 3:53 PM
>To: FarCry Developers
>Subject: [farcry-dev] Re: First Installation
>
>
>Sorry. No IM at work. 
>
>Can you log into the the Farcry admin at http://127.0.0.1/farcry/ ?
>
>>-----Original Message-----
>>From: Greg Luce [mailto:[EMAIL PROTECTED]
>>Sent: Thursday, October 23, 2003 12:47 PM
>>To: FarCry Developers
>>Subject: [farcry-dev] Re: First Installation
>>
>>
>>Yep, my mapping is Logical Path: "/farcry" Directory Path: 
>>"C:\Inetpub\wwwroot\applications".
>>In the apps.cfm I have:
>><cfscript>
>>stApps = structNew();
>>stApps['127.0.0.1'] = 'farcry_test'; // name of physical
>>directory for your FarCry Application </cfscript> I'm not sure 
>>that looks right though, since 127.0.0.1 should be my wwwroot 
>>dir. farcry_test should be "applications/farcry_test" maybe? 
>>I'm [EMAIL PROTECTED] if you want to IM.
>>
>>Thanks,
>>Greg
>>
>>"Tom Cornilliac" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]
>>
>> >Sure have. When I track what it's doing I think it's having trouble 
>> >in farcry_core/admin/login.cfm trying to include: <cfinclude 
>> >template="/farcry/#application.applicationName#/customadmin/log
>> >in/login.
>> >cfm"> which doesn't exist. Was the installation supposed to write 
>> >some files to my farcry_test/customadmin/ folder?
>>
>> You *should* have a "login" folder under customadmin, but, login.cfm
>doesn't
>> have to be there. Farcry is just checking that directory to see if 
>> you've created a custom login file.  I still suspect the "farcry" 
>> mapping in the cfadmin. Double check the farcry mapping in 
>the cfadmin
>
>> to make sure it's mapped to the directory one level above
>> "farcry_core", this should be the same directory that contains 
>> "apps.cfm".
>>
>> If the mapping is accurate then I'd check apps.cfm next and 
>make sure 
>> there's a structure key for "127.0.0.1"
>>
>> Let me know.
>>
>> ~Tom
>>
>>
>
>
>
>---
>You are currently subscribed to farcry-dev as: 
>[EMAIL PROTECTED] To unsubscribe send a blank email to 
>[EMAIL PROTECTED]
>
>---
>You are currently subscribed to farcry-dev as: 
>[EMAIL PROTECTED] To unsubscribe send a blank email to 
>[EMAIL PROTECTED]
>
>
>---
>You are currently subscribed to farcry-dev as: 
>[EMAIL PROTECTED] To unsubscribe send a blank email to 
>[EMAIL PROTECTED]
>

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to