Troy,

You're *not* heading down the right path.

I run multiple versions of farcry on my multiserver system.  Remove JRUN 
from the equation.  You set up the multiserver environment the same for 
any coldfusion application -- I assume you have this right.

My farcry specific set up is as follows:

Location of farcry files..

e:\farcry\p300\farcry_core
e:\farcry\p300\fourq
e:\farcry\p230\farcry_core
e:\farcry\p230\fourq

CFMAPPING
/farcry -> e:\farcry\p300\

Note: You can only have one mapping called /farcry per coldfusion 
instance so i need a seperate instance per version of farcry.

Location of farcry projects..

e:\webapps\agora
e:\webapps\mxdu
e:\webapps\daemonite
etc

The web site home directory for say agora would be:
e:\webapps\agora\www

Web server virtual directory to the administration webtop for say agora 
would be:
/farcry -> e:\farcry\p300\farcry_core\admin

CF Mapping for agora would be:
/farcry/agora -> e:\webapps\agora

Note that the mapping needs to be the same as the application root 
directory, which also needs to be the same name as the CFAPPLICATION name.

You will need to modify the projects ./config/_serverspecificvars.cfm 
file to point the file path variables to the right locations, perhaps 
something like:
application.path.project="e:\webapps\agora";
application.path.core="e:\farcry\p300\farcry_core";

Does that make sense?

-- geoff
http://www.daemon.com.au/


TroySimpson (sent by Nabble.com) wrote:
>>>>> You will need a second CFMapping for your project location like 
> /farcry/projectname if farcry_core and project are in different directories. 
> 
> I created a second cfmapping as follows.
> /farcry/jrun01  --> D:\cfprojects\farcry01  
> 
> I then copied the files from
> D:\cfprojects\farcry01\www
> to
> D:\servers\jrun01\cfusion-ear\cfusion-war
> 
> 
> This means that the files in www are seperated from the other site files. 
> Is this going to be a problem?
> It seem to work, but what a big ducking klug.  LOL!
> 
> Can the farcry skeleton files be altered?
> 
> I need some validation to my path.  
> Am I doing the right thing here?
-- 
Message protected by MailGuard: e-mail anti-virus, anti-spam and content 
filtering.
http://www.mailguard.com.au/mg



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to