good news... I talked the client into only changing the IIS mapping for the
admin. That makes my job a lot easier :)

-mark

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]
Behalf Of Mkruger
Sent: Wednesday, August 30, 2006 11:49 AM
To: [email protected]
Subject: [farcry-dev] Re: Question about the farcry mapping and virtuals



Jeff,

You can variablize a mapping - in the code at least. That appears to be
what's going on with the package path... you could change the package path
from "farcry.farcry..." to "post.farcry"... but there are going to be other
places where this needs to be changed I'll wager. Does anyone have a list?

-Mark


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]
Behalf Of Jeff Coughlin
Sent: Wednesday, August 30, 2006 11:39 AM
To: [email protected]
Subject: [farcry-dev] Re: Question about the farcry mapping and virtuals



Mark,

> This customer has instructed me to change the mapping from
> "farcry" to "post" and to change the virtual IIS directory
> from "farcry" to "post".

You can change the IIS virtual directory to any string.  First, make the
change in IIS, then change the following in your _serverSpecificVars.cfm

application.url.farcry = application.url.webroot & "/post";

Update the application scope (?updateapp=1) and the effect will take place.

The "farcry" mapping in CF, however, is hard-coded (mappings names in CF
cannot be called dynamically) and cannot be changed.  Just for the record
this is a limitation in CF, not FarCry (technically it has to do with the
underlying Java, but who's counting :) ).

---
Jeff Coughlin
Web Application Developer
[EMAIL PROTECTED]
http://www.jeffcoughlin.com










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